Html Css Color HEX #989477 Gurkha

📋 copy color: '#989477'

red 152 ◦ green 148 ◦ blue 119

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

Shades of Gurkha #989477

Tints of Gurkha #989477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 36.28%
G = 35.32%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#989477 (or 0x989477) is known color: Gurkha. HEX triplet: 98, 94 and 77. RGB value is (152,148,119). Sum of RGB (Red+Green+Blue) = 152+148+119=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #989477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989477 is #676B88. Grayscale: #929292. Windows color (decimal): -6777737 or 7836824. OLE color: 7836824.

HSL color Cylindrical-coordinate representation of color #989477: hue angle of 52.73º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #989477 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 119 -
CMYK 0 0.03 0.22 0.40
HSL 52.73º 0.14% 0.53% -
HSV(B) 52.73º 0.22% 0.6% -
XYZ 26.87 29.19 21.67 -
YUV 145.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 152 148 119 0 0.03 0.22 0.40 52.73 0.14 0.53
Hex 98 94 77 0 3 16 28 35 E 35
Octal 230 224 167 0 3 26 50 65 16 65
Binary 10011000 10010100 1110111 0 11 10110 101000 110101 1110 110101

Color Harmonies of #989477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989477

Black with #989477

Text Example


Text Example

White with #989477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989477; }

 p { color: rgb(152,148,119); }

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

background-color css

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

 a { background-color: rgb(152,148,119); }

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

border-color css

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

 span { border-color: rgb(152,148,119); }

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