Html Css Color HEX #979276 Gurkha

📋 copy color: '#979276'

red 151 ◦ green 146 ◦ blue 118

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

Shades of Gurkha #979276

Tints of Gurkha #979276

RGB

 RED value IS 151 (59.38% from 255) = 36.39%

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

 BLUE value IS 118 (46.48% from 255) = 28.43%

R = 36.39%
G = 35.18%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#979276 (or 0x979276) is known color: Gurkha. HEX triplet: 97, 92 and 76. RGB value is (151,146,118). Sum of RGB (Red+Green+Blue) = 151+146+118=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #979276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979276 is #686D89. Grayscale: #909090. Windows color (decimal): -6843786 or 7770775. OLE color: 7770775.

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

Color convert

RGB 151 146 118 -
CMYK 0 0.03 0.22 0.41
HSL 50.91º 0.14% 0.53% -
HSV(B) 50.91º 0.22% 0.59% -
XYZ 26.31 28.45 21.24 -
YUV 144.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 151 146 118 0 0.03 0.22 0.41 50.91 0.14 0.53
Hex 97 92 76 0 3 16 29 33 E 35
Octal 227 222 166 0 3 26 51 63 16 65
Binary 10010111 10010010 1110110 0 11 10110 101001 110011 1110 110101

Color Harmonies of #979276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979276

Black with #979276

Text Example


Text Example

White with #979276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979276; }

 p { color: rgb(151,146,118); }

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

background-color css

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

 a { background-color: rgb(151,146,118); }

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

border-color css

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

 span { border-color: rgb(151,146,118); }

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