Color Hex Logo

#7b9752 Color Hex

#7B9752
(123,151,82)
0 Favorites   0 Comments

Color spaces of #7b9752

RGB 12315182
HSL0.230.300.46
HSV84°46°59°
CMYK 0.190.000.46   0.41
XYZ20.758026.953412.0911
Yxy26.95340.34710.4507
Hunter Lab51.9167-19.484022.5334
CIE-Lab58.9312-21.873433.0603

#7b9752 color RGB value is (123,151,82).

#7b9752 hex color red value is 123, green value is 151 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #7b9752 hue: 0.23 , saturation: 0.30 and the lightness value of 7b9752 is 0.46.

The process color (four color CMYK) of #7b9752 color hex is 0.19, 0.00, 0.46, 0.41. Web safe color of #7b9752 is #669966. Color #7b9752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010111 01010010
Octal 173 227 122
Decimal 123 151 82
Hex 7B 97 52

RGB Percentages of Color #7b9752

%34.55
%42.42
%23.03

CMYK Percentages of Color #7b9752

%19
%0
%46
%41

Triadic Colors of #7b9752

#7b9752 #527b97 #97527b

Analogous Colors of #7b9752

#7b9752 #599752 #979152

Monochromatic Colors of #7b9752

#7b9752

Complementary Color

#7b9752 #6e5297

#7b9752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9752 Color CSS Codes

.mybgcolor {background-color:#7b9752; } 
.myforecolor {color:#7b9752; }
.mybordercolor {border:3px solid #7b9752; }

#7b9752 Text Font Color

<p style="color:#7b9752">Text here</p>

This sample text font color is #7b9752
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7b9752 Background Color

<div style="background-color:#7b9752">
Div content here</div>

This div background color is #7b9752


#7b9752 Border Color

<div style="border:3px solid #7b9752">
Div here</div>

This div border color is #7b9752


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,151,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b9752; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b9752;
  -webkit-box-shadow: 1px 1px 3px 2px #7b9752;
  box-shadow:         1px 1px 3px 2px #7b9752; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,151,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7b9752">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7b9752;
  -webkit-box-shadow: 1px 1px 3px 2px #7b9752;
  box-shadow:         1px 1px 3px 2px #7b9752;">
Div content here</div>

This div box has shadow with color #7b9752


Comments

No comments written yet.

Please login to write comment.