#979079

Color #979079 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #979079

Tints of Gurkha #979079

Color information

#979079 (or 0x979079) is unknown color: approx Gurkha. HEX triplet: 97, 90 and 79. RGB value is (151,144,121). Sum of RGB (Red+Green+Blue) = 151+144+121=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #979079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979079 is #686F86. Grayscale: #8F8F8F. Windows color (decimal): -6844295 or 7966871. OLE color: 7966871.

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

Color convert

RGB151144121-
CMYK00.050.200.41
HSL46º12.61%53.33%-
HSV(B)46º19.87%59.22%-
XYZ26.1927.9122.1-
YUV143.47115.32133.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.30%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=36.30%
G=34.62%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114412100.050.200.414612.6153.33
Hex9790790514292ed35
Octal227220171052451561565
Binary100101111001000011110010101101001010011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979079; }

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

 H1.HeaderClassName
 {
   color: #979079;
 }
 .AnyTagClassName
 {
   color: #979079;
 }
</style>
background-color css

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

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

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

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

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

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