#77995F

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

Shades of Highland #77995F

Tints of Highland #77995F

Color information

#77995F (or 0x77995F) is unknown color: approx Highland. HEX triplet: 77, 99 and 5F. RGB value is (119,153,95). Sum of RGB (Red+Green+Blue) = 119+153+95=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #77995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77995F is #8866A0. Grayscale: #888888. Windows color (decimal): -8939169 or 6265207. OLE color: 6265207.

HSL color Cylindrical-coordinate representation of color #77995F: hue angle of 95.17º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77995F is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB11915395-
CMYK0.2200.380.4
HSL95.17º23.39%48.63%-
HSV(B)95.17º37.91%60%-
XYZ21.0627.5315.03-
YUV136.22104.74115.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=32.43%
G=41.69%
B=25.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119153950.2200.380.495.1723.3948.63
Hex77995F16026285f1731
Octal16723113726046501372761
Binary1110111100110011011111101100100110101000101111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77995F; }

 p { color: rgb(119,153,95); }

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

<style>
 a { background-color: #77995F; }

 a { background-color: rgb(119,153,95); }

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

<style>
 span { border-color: #77995F; }

 span { border-color: rgb(119,153,95); }

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