Html Css Color HEX #979476 Gurkha

📋 copy color: '#979476'

red 151 ◦ green 148 ◦ blue 118

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

Shades of Gurkha #979476

Tints of Gurkha #979476

RGB

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

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

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

R = 36.21%
G = 35.49%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#979476 (or 0x979476) is known color: Gurkha. HEX triplet: 97, 94 and 76. RGB value is (151,148,118). Sum of RGB (Red+Green+Blue) = 151+148+118=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #979476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979476 is #686B89. Grayscale: #919191. Windows color (decimal): -6843274 or 7771287. OLE color: 7771287.

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

Color convert

RGB 151 148 118 -
CMYK 0 0.02 0.22 0.41
HSL 54.55º 0.14% 0.53% -
HSV(B) 54.55º 0.22% 0.59% -
XYZ 26.62 29.07 21.35 -
YUV 145.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 151 148 118 0 0.02 0.22 0.41 54.55 0.14 0.53
Hex 97 94 76 0 2 16 29 37 E 35
Octal 227 224 166 0 2 26 51 67 16 65
Binary 10010111 10010100 1110110 0 10 10110 101001 110111 1110 110101

Color Harmonies of #979476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979476

Black with #979476

Text Example


Text Example

White with #979476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979476; }

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

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

background-color css

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

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

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

border-color css

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

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

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