#979278

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

Shades of Gurkha #979278

Tints of Gurkha #979278

Color information

#979278 (or 0x979278) is unknown color: approx Gurkha. HEX triplet: 97, 92 and 78. RGB value is (151,146,120). Sum of RGB (Red+Green+Blue) = 151+146+120=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #979278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979278 is #686D87. Grayscale: #909090. Windows color (decimal): -6843784 or 7901847. OLE color: 7901847.

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

Color convert

RGB151146120-
CMYK00.030.210.41
HSL50.32º12.97%53.14%-
HSV(B)50.32º20.53%59.22%-
XYZ26.4328.4921.88-
YUV144.53114.16132.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=36.21%
G=35.01%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114612000.030.210.4150.3212.9753.14
Hex97927803152932d35
Octal227222170032551621565
Binary10010111100100101111000011101011010011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979278; }

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

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

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

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

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

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

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

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