#8E8B77

Color #8E8B77 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #8E8B77

Tints of Gurkha #8E8B77

Color information

#8E8B77 (or 0x8E8B77) is unknown color: approx Gurkha. HEX triplet: 8E, 8B and 77. RGB value is (142,139,119). Sum of RGB (Red+Green+Blue) = 142+139+119=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B77 is #717488. Grayscale: #898989. Windows color (decimal): -7435401 or 7834510. OLE color: 7834510.

HSL color Cylindrical-coordinate representation of color #8E8B77: hue angle of 52.17º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E8B77 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB142139119-
CMYK00.020.160.44
HSL52.17º9.24%51.18%-
HSV(B)52.17º16.2%55.69%-
XYZ23.7225.5521.13-
YUV137.62117.49131.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 139 (54.69% from 255) = 34.75%
BLUE value IS 119 (46.88% from 255) = 29.75%
R=35.5%
G=34.75%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213911900.020.160.4452.179.2451.18
Hex8E8B7702102C34933
Octal216213167022054641163
Binary10001110100010111110111010100001011001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8B77; }

 p { color: rgb(142,139,119); }

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

<style>
 a { background-color: #8E8B77; }

 a { background-color: rgb(142,139,119); }

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

<style>
 span { border-color: #8E8B77; }

 span { border-color: rgb(142,139,119); }

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