#928E78

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

Shades of Gurkha #928E78

Tints of Gurkha #928E78

Color information

#928E78 (or 0x928E78) is unknown color: approx Gurkha. HEX triplet: 92, 8E and 78. RGB value is (146,142,120). Sum of RGB (Red+Green+Blue) = 146+142+120=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #928E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E78 is #6D7187. Grayscale: #8C8C8C. Windows color (decimal): -7172488 or 7900818. OLE color: 7900818.

HSL color Cylindrical-coordinate representation of color #928E78: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928E78 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB146142120-
CMYK00.030.180.43
HSL50.77º10.66%52.16%-
HSV(B)50.77º17.81%57.25%-
XYZ24.9226.8121.63-
YUV140.69116.33131.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=35.78%
G=34.80%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614212000.030.180.4350.7710.6652.16
Hex928E7803122B33b34
Octal222216170032253631364
Binary10010010100011101111000011100101010111100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928E78; }

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

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

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

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

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

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

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

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