#989078

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

Shades of Gurkha #989078

Tints of Gurkha #989078

Color information

#989078 (or 0x989078) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 78. RGB value is (152,144,120). Sum of RGB (Red+Green+Blue) = 152+144+120=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #989078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989078 is #676F87. Grayscale: #8F8F8F. Windows color (decimal): -6778760 or 7901336. OLE color: 7901336.

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

Color convert

RGB152144120-
CMYK00.050.210.40
HSL45º13.45%53.33%-
HSV(B)45º21.05%59.61%-
XYZ26.3127.9821.78-
YUV143.66114.65133.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=36.54%
G=34.62%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214412000.050.210.404513.4553.33
Hex9890780515282dd35
Octal230220170052550551565
Binary100110001001000011110000101101011010001011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989078; }

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

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

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

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

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

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

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

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