#77875C

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

Shades of Highland #77875C

Tints of Highland #77875C

Color information

#77875C (or 0x77875C) is unknown color: approx Highland. HEX triplet: 77, 87 and 5C. RGB value is (119,135,92). Sum of RGB (Red+Green+Blue) = 119+135+92=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #77875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77875C is #8878A3. Grayscale: #7D7D7D. Windows color (decimal): -8943780 or 6063991. OLE color: 6063991.

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

Color convert

RGB11913592-
CMYK0.1200.320.47
HSL82.33º18.94%44.51%-
HSV(B)82.33º31.85%52.94%-
XYZ18.222.0213.42-
YUV125.31109.2123.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=34.39%
G=39.02%
B=26.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119135920.1200.320.4782.3318.9444.51
Hex77875CC0202F52132d
Octal16720713414040571222355
Binary111011110000111101110011000100000101111101001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77875C; }

 p { color: rgb(119,135,92); }

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

<style>
 a { background-color: #77875C; }

 a { background-color: rgb(119,135,92); }

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

<style>
 span { border-color: #77875C; }

 span { border-color: rgb(119,135,92); }

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