Color Hex Logo

#7a855b Color Hex

#7A855B
(122,133,91)
0 Favorites   0 Comments

Color spaces of #7a855b

RGB 12213391
HSL0.210.190.44
HSV76°32°52°
CMYK 0.080.000.32   0.48
XYZ18.301921.668013.1153
Yxy21.66800.34480.4082
Hunter Lab46.5489-11.278715.8791
CIE-Lab53.6730-11.586221.3533

#7a855b color RGB value is (122,133,91).

#7a855b hex color red value is 122, green value is 133 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #7a855b hue: 0.21 , saturation: 0.19 and the lightness value of 7a855b is 0.44.

The process color (four color CMYK) of #7a855b color hex is 0.08, 0.00, 0.32, 0.48. Web safe color of #7a855b is #669966. Color #7a855b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10000101 01011011
Octal 172 205 133
Decimal 122 133 91
Hex 7A 85 5B

RGB Percentages of Color #7a855b

%35.26
%38.44
%26.30

CMYK Percentages of Color #7a855b

%8
%0
%32
%48

Triadic Colors of #7a855b

#7a855b #5b7a85 #855b7a

Analogous Colors of #7a855b

#7a855b #65855b #857b5b

Monochromatic Colors of #7a855b

#7a855b

Complementary Color

#7a855b #665b85

#7a855b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a855b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a855b Color CSS Codes

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

#7a855b Text Font Color

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

This sample text font color is #7a855b
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.


#7a855b Background Color

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

This div background color is #7a855b


#7a855b Border Color

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

This div border color is #7a855b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,133,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a855b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a855b;
  -webkit-box-shadow: 1px 1px 3px 2px #7a855b;
  box-shadow:         1px 1px 3px 2px #7a855b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,133,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a855b


Comments

No comments written yet.

Please login to write comment.