#77925D

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

Shades of Highland #77925D

Tints of Highland #77925D

Color information

#77925D (or 0x77925D) is unknown color: approx Highland. HEX triplet: 77, 92 and 5D. RGB value is (119,146,93). Sum of RGB (Red+Green+Blue) = 119+146+93=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #77925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77925D is #886DA2. Grayscale: #848484. Windows color (decimal): -8940963 or 6132343. OLE color: 6132343.

HSL color Cylindrical-coordinate representation of color #77925D: hue angle of 90.57º 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 #77925D is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB11914693-
CMYK0.1800.360.43
HSL90.57º22.18%46.86%-
HSV(B)90.57º36.3%57.25%-
XYZ19.8625.2714.19-
YUV131.88106.05118.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=33.24%
G=40.78%
B=25.98%

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
Decimal119146930.1800.360.4390.5722.1846.86
Hex77925D120242B5b162f
Octal16722213522044531332657
Binary1110111100100101011101100100100100101011101101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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