#8D8A76

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

Shades of Gurkha #8D8A76

Tints of Gurkha #8D8A76

Color information

#8D8A76 (or 0x8D8A76) is unknown color: approx Gurkha. HEX triplet: 8D, 8A and 76. RGB value is (141,138,118). Sum of RGB (Red+Green+Blue) = 141+138+118=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A76 is #727589. Grayscale: #888888. Windows color (decimal): -7501194 or 7768717. OLE color: 7768717.

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

Color convert

RGB141138118-
CMYK00.020.160.45
HSL52.17º9.16%50.78%-
HSV(B)52.17º16.31%55.29%-
XYZ23.3425.1520.76-
YUV136.62117.49131.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=35.52%
G=34.76%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113811800.020.160.4552.179.1650.78
Hex8D8A7602102D34933
Octal215212166022055641163
Binary10001101100010101110110010100001011011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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