#8F8B75

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

Shades of Gurkha #8F8B75

Tints of Gurkha #8F8B75

Color information

#8F8B75 (or 0x8F8B75) is unknown color: approx Gurkha. HEX triplet: 8F, 8B and 75. RGB value is (143,139,117). Sum of RGB (Red+Green+Blue) = 143+139+117=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8B75 is #70748A. Grayscale: #898989. Windows color (decimal): -7369867 or 7703439. OLE color: 7703439.

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

Color convert

RGB143139117-
CMYK00.030.180.44
HSL50.77º10.4%50.98%-
HSV(B)50.77º18.18%56.08%-
XYZ23.7725.5920.52-
YUV137.69116.33131.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=35.84%
G=34.84%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313911700.030.180.4450.7710.450.98
Hex8F8B7503122C33a33
Octal217213165032254631263
Binary10001111100010111110101011100101011001100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,139,117); }

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

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

 a { background-color: rgb(143,139,117); }

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

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

 span { border-color: rgb(143,139,117); }

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