Html Css Color HEX #908E79 Gurkha

📋 copy color: '#908E79'

red 144 ◦ green 142 ◦ blue 121

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

Shades of Gurkha #908E79

Tints of Gurkha #908E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 35.38%
G = 34.89%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#908E79 (or 0x908E79) is known color: Gurkha. HEX triplet: 90, 8E and 79. RGB value is (144,142,121). Sum of RGB (Red+Green+Blue) = 144+142+121=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E79 is #6F7186. Grayscale: #8C8C8C. Windows color (decimal): -7303559 or 7966352. OLE color: 7966352.

HSL color Cylindrical-coordinate representation of color #908E79: hue angle of 54.78º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #908E79 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 142 121 -
CMYK 0 0.01 0.16 0.44
HSL 54.78º 0.09% 0.52% -
HSV(B) 54.78º 0.16% 0.56% -
XYZ 24.63 26.66 21.94 -
YUV 140.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 144 142 121 0 0.01 0.16 0.44 54.78 0.09 0.52
Hex 90 8E 79 0 1 10 2C 37 9 34
Octal 220 216 171 0 1 20 54 67 11 64
Binary 10010000 10001110 1111001 0 1 10000 101100 110111 1001 110100

Color Harmonies of #908E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908E79

Black with #908E79

Text Example


Text Example

White with #908E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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