Html Css Color HEX #979279 Gurkha

📋 copy color: '#979279'

red 151 ◦ green 146 ◦ blue 121

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

Shades of Gurkha #979279

Tints of Gurkha #979279

RGB

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

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

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

R = 36.12%
G = 34.93%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#979279 (or 0x979279) is known color: Gurkha. HEX triplet: 97, 92 and 79. RGB value is (151,146,121). Sum of RGB (Red+Green+Blue) = 151+146+121=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #979279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979279 is #686D86. Grayscale: #909090. Windows color (decimal): -6843783 or 7967383. OLE color: 7967383.

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

Color convert

RGB 151 146 121 -
CMYK 0 0.03 0.20 0.41
HSL 50º 0.13% 0.53% -
HSV(B) 50º 0.2% 0.59% -
XYZ 26.49 28.52 22.2 -
YUV 144.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 151 146 121 0 0.03 0.20 0.41 50 0.13 0.53
Hex 97 92 79 0 3 14 29 32 D 35
Octal 227 222 171 0 3 24 51 62 15 65
Binary 10010111 10010010 1111001 0 11 10100 101001 110010 1101 110101

Color Harmonies of #979279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979279

Black with #979279

Text Example


Text Example

White with #979279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979279; }

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

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

background-color css

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

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

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

border-color css

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

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

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