#77935C

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

Shades of Highland #77935C

Tints of Highland #77935C

Color information

#77935C (or 0x77935C) is unknown color: approx Highland. HEX triplet: 77, 93 and 5C. RGB value is (119,147,92). Sum of RGB (Red+Green+Blue) = 119+147+92=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #77935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77935C is #886CA3. Grayscale: #848484. Windows color (decimal): -8940708 or 6067063. OLE color: 6067063.

HSL color Cylindrical-coordinate representation of color #77935C: hue angle of 90.55º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77935C is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB11914792-
CMYK0.1900.370.42
HSL90.55º23.01%46.86%-
HSV(B)90.55º37.41%57.65%-
XYZ19.9725.5614.01-
YUV132.36105.22118.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=33.24%
G=41.06%
B=25.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119147920.1900.370.4290.5523.0146.86
Hex77935C130252A5b172f
Octal16722313423045521332757
Binary1110111100100111011100100110100101101010101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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