Html Css Color HEX #8E8B78 Gurkha

📋 copy color: '#8E8B78'

red 142 ◦ green 139 ◦ blue 120

#8E8B78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #8E8B78

Tints of Gurkha #8E8B78

RGB

 RED value IS 142 (55.86% from 255) = 35.41%

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 35.41%
G = 34.66%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E8B78 (or 0x8E8B78) is known color: Gurkha. HEX triplet: 8E, 8B and 78. RGB value is (142,139,120). Sum of RGB (Red+Green+Blue) = 142+139+120=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8B78 is #717487. Grayscale: #898989. Windows color (decimal): -7435400 or 7900046. OLE color: 7900046.

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

Color convert

RGB 142 139 120 -
CMYK 0 0.02 0.15 0.44
HSL 51.82º 0.09% 0.51% -
HSV(B) 51.82º 0.15% 0.56% -
XYZ 23.78 25.57 21.45 -
YUV 137.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 142 139 120 0 0.02 0.15 0.44 51.82 0.09 0.51
Hex 8E 8B 78 0 2 F 2C 34 9 33
Octal 216 213 170 0 2 17 54 64 11 63
Binary 10001110 10001011 1111000 0 10 1111 101100 110100 1001 110011

Color Harmonies of #8E8B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8B78

Black with #8E8B78

Text Example


Text Example

White with #8E8B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E8B78;
 }
 .AnyTagClassName
 {
   color: #8E8B78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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