Html Css Color HEX #989277 Gurkha

📋 copy color: '#989277'

red 152 ◦ green 146 ◦ blue 119

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

Shades of Gurkha #989277

Tints of Gurkha #989277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 36.45%
G = 35.01%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#989277 (or 0x989277) is known color: Gurkha. HEX triplet: 98, 92 and 77. RGB value is (152,146,119). Sum of RGB (Red+Green+Blue) = 152+146+119=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #989277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989277 is #676D88. Grayscale: #909090. Windows color (decimal): -6778249 or 7836312. OLE color: 7836312.

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

Color convert

RGB 152 146 119 -
CMYK 0 0.04 0.22 0.40
HSL 49.09º 0.14% 0.53% -
HSV(B) 49.09º 0.22% 0.6% -
XYZ 26.56 28.57 21.57 -
YUV 144.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 152 146 119 0 0.04 0.22 0.40 49.09 0.14 0.53
Hex 98 92 77 0 4 16 28 31 E 35
Octal 230 222 167 0 4 26 50 61 16 65
Binary 10011000 10010010 1110111 0 100 10110 101000 110001 1110 110101

Color Harmonies of #989277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989277

Black with #989277

Text Example


Text Example

White with #989277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989277; }

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

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

background-color css

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

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

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

border-color css

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

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

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