#979078

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

Shades of Gurkha #979078

Tints of Gurkha #979078

Color information

#979078 (or 0x979078) is unknown color: approx Gurkha. HEX triplet: 97, 90 and 78. RGB value is (151,144,120). Sum of RGB (Red+Green+Blue) = 151+144+120=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #979078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979078 is #686F87. Grayscale: #8F8F8F. Windows color (decimal): -6844296 or 7901335. OLE color: 7901335.

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

Color convert

RGB151144120-
CMYK00.050.210.41
HSL46.45º12.97%53.14%-
HSV(B)46.45º20.53%59.22%-
XYZ26.1327.8821.77-
YUV143.36114.82133.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.39%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=36.39%
G=34.70%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114412000.050.210.4146.4512.9753.14
Hex9790780515292ed35
Octal227220170052551561565
Binary100101111001000011110000101101011010011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979078; }

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

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

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

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

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

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

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

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