#77885B

Color #77885B Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #77885B

Tints of Highland #77885B

Color information

#77885B (or 0x77885B) is unknown color: approx Highland. HEX triplet: 77, 88 and 5B. RGB value is (119,136,91). Sum of RGB (Red+Green+Blue) = 119+136+91=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #77885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77885B is #8877A4. Grayscale: #7D7D7D. Windows color (decimal): -8943525 or 5998711. OLE color: 5998711.

HSL color Cylindrical-coordinate representation of color #77885B: hue angle of 82.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77885B is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB11913691-
CMYK0.1200.330.47
HSL82.67º19.82%44.51%-
HSV(B)82.67º33.09%53.33%-
XYZ18.322.2913.23-
YUV125.79108.37123.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=34.39%
G=39.31%
B=26.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119136910.1200.330.4782.6719.8244.51
Hex77885BC0212F53142d
Octal16721013314041571232455
Binary111011110001000101101111000100001101111101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77885B; }

 p { color: rgb(119,136,91); }

 H1.HeaderClassName
 {
   color: #77885B;
 }
 .AnyTagClassName
 {
   color: #77885B;
 }
</style>
background-color css

<style>
 a { background-color: #77885B; }

 a { background-color: rgb(119,136,91); }

 div.DivClassName
 {
   background-color: #77885B;
 }
 .BgClassName
 {
   background-color: #77885B;
 }
</style>
border-color css

<style>
 span { border-color: #77885B; }

 span { border-color: rgb(119,136,91); }

 td.TdClassName
 {
   border-color: #77885B;
 }
 .TagClassName
 {
   border-color: #77885B;
 }
</style>