Html Css Color HEX #979479 Gurkha

📋 copy color: '#979479'

red 151 ◦ green 148 ◦ blue 121

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

Shades of Gurkha #979479

Tints of Gurkha #979479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 35.95%
G = 35.24%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#979479 (or 0x979479) is known color: Gurkha. HEX triplet: 97, 94 and 79. RGB value is (151,148,121). Sum of RGB (Red+Green+Blue) = 151+148+121=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #979479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979479 is #686B86. Grayscale: #919191. Windows color (decimal): -6843271 or 7967895. OLE color: 7967895.

HSL color Cylindrical-coordinate representation of color #979479: hue angle of 54º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #979479 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 148 121 -
CMYK 0 0.02 0.20 0.41
HSL 54º 0.13% 0.53% -
HSV(B) 54º 0.2% 0.59% -
XYZ 26.8 29.14 22.3 -
YUV 145.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 151 148 121 0 0.02 0.20 0.41 54 0.13 0.53
Hex 97 94 79 0 2 14 29 36 D 35
Octal 227 224 171 0 2 24 51 66 15 65
Binary 10010111 10010100 1111001 0 10 10100 101001 110110 1101 110101

Color Harmonies of #979479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979479

Black with #979479

Text Example


Text Example

White with #979479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979479; }

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

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

background-color css

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

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

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

border-color css

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

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

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