Html Css Color HEX #989079 Gurkha

📋 copy color: '#989079'

red 152 ◦ green 144 ◦ blue 121

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

Shades of Gurkha #989079

Tints of Gurkha #989079

RGB

 RED value IS 152 (59.77% from 255) = 36.45%

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 36.45%
G = 34.53%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#989079 (or 0x989079) is known color: Gurkha. HEX triplet: 98, 90 and 79. RGB value is (152,144,121). Sum of RGB (Red+Green+Blue) = 152+144+121=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #989079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989079 is #676F86. Grayscale: #8F8F8F. Windows color (decimal): -6778759 or 7966872. OLE color: 7966872.

HSL color Cylindrical-coordinate representation of color #989079: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989079 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 121 -
CMYK 0 0.05 0.20 0.40
HSL 44.52º 0.13% 0.54% -
HSV(B) 44.52º 0.2% 0.6% -
XYZ 26.37 28 22.1 -
YUV 143.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 152 144 121 0 0.05 0.20 0.40 44.52 0.13 0.54
Hex 98 90 79 0 5 14 28 2D D 36
Octal 230 220 171 0 5 24 50 55 15 66
Binary 10011000 10010000 1111001 0 101 10100 101000 101101 1101 110110

Color Harmonies of #989079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989079

Black with #989079

Text Example


Text Example

White with #989079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989079; }

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

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

background-color css

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

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

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

border-color css

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

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

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