#92907C

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

Shades of Gurkha #92907C

Tints of Gurkha #92907C

Color information

#92907C (or 0x92907C) is unknown color: approx Gurkha. HEX triplet: 92, 90 and 7C. RGB value is (146,144,124). Sum of RGB (Red+Green+Blue) = 146+144+124=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #92907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92907C is #6D6F83. Grayscale: #8E8E8E. Windows color (decimal): -7171972 or 8163474. OLE color: 8163474.

HSL color Cylindrical-coordinate representation of color #92907C: hue angle of 54.55º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92907C is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB146144124-
CMYK00.010.150.43
HSL54.55º9.17%52.94%-
HSV(B)54.55º15.07%57.25%-
XYZ25.4727.5123.04-
YUV142.32117.66130.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=35.27%
G=34.78%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614412400.010.150.4354.559.1752.94
Hex92907C01F2B37935
Octal222220174011753671165
Binary100100101001000011111000111111010111101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92907C; }

 p { color: rgb(146,144,124); }

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

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

 a { background-color: rgb(146,144,124); }

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

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

 span { border-color: rgb(146,144,124); }

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