#978E75

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

Shades of Gurkha #978E75

Tints of Gurkha #978E75

Color information

#978E75 (or 0x978E75) is unknown color: approx Gurkha. HEX triplet: 97, 8E and 75. RGB value is (151,142,117). Sum of RGB (Red+Green+Blue) = 151+142+117=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #978E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E75 is #68718A. Grayscale: #8D8D8D. Windows color (decimal): -6844811 or 7704215. OLE color: 7704215.

HSL color Cylindrical-coordinate representation of color #978E75: hue angle of 44.12º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #978E75 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB151142117-
CMYK00.060.230.41
HSL44.12º14.05%52.55%-
HSV(B)44.12º22.52%59.22%-
XYZ25.6527.2120.73-
YUV141.84113.98134.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.83%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=36.83%
G=34.63%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114211700.060.230.4144.1214.0552.55
Hex978E750617292ce35
Octal227216165062751541665
Binary100101111000111011101010110101111010011011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978E75; }

 p { color: rgb(151,142,117); }

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

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

 a { background-color: rgb(151,142,117); }

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

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

 span { border-color: rgb(151,142,117); }

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