#918F78

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

Shades of Gurkha #918F78

Tints of Gurkha #918F78

Color information

#918F78 (or 0x918F78) is unknown color: approx Gurkha. HEX triplet: 91, 8F and 78. RGB value is (145,143,120). Sum of RGB (Red+Green+Blue) = 145+143+120=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 145 - color contains mainly: red. Hex color #918F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F78 is #6E7087. Grayscale: #8D8D8D. Windows color (decimal): -7237768 or 7901073. OLE color: 7901073.

HSL color Cylindrical-coordinate representation of color #918F78: hue angle of 55.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #918F78 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB145143120-
CMYK00.010.170.43
HSL55.2º10.2%51.96%-
HSV(B)55.2º17.24%56.86%-
XYZ24.8927.0221.67-
YUV140.98116.16130.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=35.54%
G=35.05%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514312000.010.170.4355.210.251.96
Hex918F7801112B37a34
Octal221217170012153671264
Binary1001000110001111111100001100011010111101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918F78; }

 p { color: rgb(145,143,120); }

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

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

 a { background-color: rgb(145,143,120); }

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

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

 span { border-color: rgb(145,143,120); }

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