Html Css Color HEX #8E8A76 Gurkha

📋 copy color: '#8E8A76'

red 142 ◦ green 138 ◦ blue 118

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

Shades of Gurkha #8E8A76

Tints of Gurkha #8E8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 35.68%
G = 34.67%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E8A76 (or 0x8E8A76) is known color: Gurkha. HEX triplet: 8E, 8A and 76. RGB value is (142,138,118). Sum of RGB (Red+Green+Blue) = 142+138+118=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8A76 is #717589. Grayscale: #898989. Windows color (decimal): -7435658 or 7768718. OLE color: 7768718.

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

Color convert

RGB 142 138 118 -
CMYK 0 0.03 0.17 0.44
HSL 50º 0.1% 0.51% -
HSV(B) 50º 0.17% 0.56% -
XYZ 23.51 25.24 20.77 -
YUV 136.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 142 138 118 0 0.03 0.17 0.44 50 0.1 0.51
Hex 8E 8A 76 0 3 11 2C 32 A 33
Octal 216 212 166 0 3 21 54 62 12 63
Binary 10001110 10001010 1110110 0 11 10001 101100 110010 1010 110011

Color Harmonies of #8E8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8A76

Black with #8E8A76

Text Example


Text Example

White with #8E8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,138,118); }

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

background-color css

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

 a { background-color: rgb(142,138,118); }

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

border-color css

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

 span { border-color: rgb(142,138,118); }

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