#77975B

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

Shades of Highland #77975B

Tints of Highland #77975B

Color information

#77975B (or 0x77975B) is unknown color: approx Highland. HEX triplet: 77, 97 and 5B. RGB value is (119,151,91). Sum of RGB (Red+Green+Blue) = 119+151+91=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #77975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77975B is #8868A4. Grayscale: #868686. Windows color (decimal): -8939685 or 6002551. OLE color: 6002551.

HSL color Cylindrical-coordinate representation of color #77975B: hue angle of 92º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77975B is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB11915191-
CMYK0.2100.400.41
HSL92º24.79%47.45%-
HSV(B)92º39.74%59.22%-
XYZ20.5626.8113.99-
YUV134.59103.4116.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 151 (59.38% from 255) = 41.83%
BLUE value IS 91 (35.94% from 255) = 25.21%
R=32.96%
G=41.83%
B=25.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119151910.2100.400.419224.7947.45
Hex77975B15028295c192f
Octal16722713325050511343157
Binary1110111100101111011011101010101000101001101110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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