Html Css Color HEX #8F8C75 Gurkha

📋 copy color: '#8F8C75'

red 143 ◦ green 140 ◦ blue 117

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

Shades of Gurkha #8F8C75

Tints of Gurkha #8F8C75

RGB

 RED value IS 143 (56.25% from 255) = 35.75%

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 35.75%
G = 35%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F8C75 (or 0x8F8C75) is known color: Gurkha. HEX triplet: 8F, 8C and 75. RGB value is (143,140,117). Sum of RGB (Red+Green+Blue) = 143+140+117=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8C75 is #70738A. Grayscale: #8A8A8A. Windows color (decimal): -7369611 or 7703695. OLE color: 7703695.

HSL color Cylindrical-coordinate representation of color #8F8C75: hue angle of 53.08º 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 #8F8C75 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 140 117 -
CMYK 0 0.02 0.18 0.44
HSL 53.08º 0.1% 0.51% -
HSV(B) 53.08º 0.18% 0.56% -
XYZ 23.92 25.88 20.56 -
YUV 138.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 143 140 117 0 0.02 0.18 0.44 53.08 0.1 0.51
Hex 8F 8C 75 0 2 12 2C 35 A 33
Octal 217 214 165 0 2 22 54 65 12 63
Binary 10001111 10001100 1110101 0 10 10010 101100 110101 1010 110011

Color Harmonies of #8F8C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8C75

Black with #8F8C75

Text Example


Text Example

White with #8F8C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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