Html Css Color HEX #989077 Gurkha

📋 copy color: '#989077'

red 152 ◦ green 144 ◦ blue 119

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

Shades of Gurkha #989077

Tints of Gurkha #989077

RGB

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

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

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

R = 36.63%
G = 34.7%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#989077 (or 0x989077) is known color: Gurkha. HEX triplet: 98, 90 and 77. RGB value is (152,144,119). Sum of RGB (Red+Green+Blue) = 152+144+119=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #989077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989077 is #676F88. Grayscale: #8F8F8F. Windows color (decimal): -6778761 or 7835800. OLE color: 7835800.

HSL color Cylindrical-coordinate representation of color #989077: hue angle of 45.45º 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 #989077 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 119 -
CMYK 0 0.05 0.22 0.40
HSL 45.45º 0.14% 0.53% -
HSV(B) 45.45º 0.22% 0.6% -
XYZ 26.25 27.95 21.46 -
YUV 143.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 152 144 119 0 0.05 0.22 0.40 45.45 0.14 0.53
Hex 98 90 77 0 5 16 28 2D E 35
Octal 230 220 167 0 5 26 50 55 16 65
Binary 10011000 10010000 1110111 0 101 10110 101000 101101 1110 110101

Color Harmonies of #989077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989077

Black with #989077

Text Example


Text Example

White with #989077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989077; }

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

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

background-color css

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

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

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

border-color css

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

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

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