Html Css Color HEX #908E76 Gurkha

📋 copy color: '#908E76'

red 144 ◦ green 142 ◦ blue 118

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

Shades of Gurkha #908E76

Tints of Gurkha #908E76

RGB

 RED value IS 144 (56.64% from 255) = 35.64%

 GREEN value IS 142 (55.86% from 255) = 35.15%

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

R = 35.64%
G = 35.15%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#908E76 (or 0x908E76) is known color: Gurkha. HEX triplet: 90, 8E and 76. RGB value is (144,142,118). Sum of RGB (Red+Green+Blue) = 144+142+118=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #908E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E76 is #6F7189. Grayscale: #8B8B8B. Windows color (decimal): -7303562 or 7769744. OLE color: 7769744.

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

Color convert

RGB 144 142 118 -
CMYK 0 0.01 0.18 0.44
HSL 55.38º 0.1% 0.51% -
HSV(B) 55.38º 0.18% 0.56% -
XYZ 24.44 26.58 20.98 -
YUV 139.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 144 142 118 0 0.01 0.18 0.44 55.38 0.1 0.51
Hex 90 8E 76 0 1 12 2C 37 A 33
Octal 220 216 166 0 1 22 54 67 12 63
Binary 10010000 10001110 1110110 0 1 10010 101100 110111 1010 110011

Color Harmonies of #908E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908E76

Black with #908E76

Text Example


Text Example

White with #908E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908E76; }

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

 H1.HeaderClassName
 {
   color: #908E76;
 }
 .AnyTagClassName
 {
   color: #908E76;
 }
</style>

background-color css

<style>
 a { background-color: #908E76; }

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

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

border-color css

<style>
 span { border-color: #908E76; }

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

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