#77915D

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

Shades of Highland #77915D

Tints of Highland #77915D

Color information

#77915D (or 0x77915D) is unknown color: approx Highland. HEX triplet: 77, 91 and 5D. RGB value is (119,145,93). Sum of RGB (Red+Green+Blue) = 119+145+93=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #77915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77915D is #886EA2. Grayscale: #838383. Windows color (decimal): -8941219 or 6132087. OLE color: 6132087.

HSL color Cylindrical-coordinate representation of color #77915D: hue angle of 90º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77915D is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB11914593-
CMYK0.1800.360.43
HSL90º21.85%46.67%-
HSV(B)90º35.86%56.86%-
XYZ19.7124.9614.14-
YUV131.3106.39119.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=33.33%
G=40.62%
B=26.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145930.1800.360.439021.8546.67
Hex77915D120242B5a162f
Octal16722113522044531322657
Binary1110111100100011011101100100100100101011101101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77915D; }

 p { color: rgb(119,145,93); }

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

<style>
 a { background-color: #77915D; }

 a { background-color: rgb(119,145,93); }

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

<style>
 span { border-color: #77915D; }

 span { border-color: rgb(119,145,93); }

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