#928F7C

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

Shades of Gurkha #928F7C

Tints of Gurkha #928F7C

Color information

#928F7C (or 0x928F7C) is unknown color: approx Gurkha. HEX triplet: 92, 8F and 7C. RGB value is (146,143,124). Sum of RGB (Red+Green+Blue) = 146+143+124=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 146 - color contains mainly: red. Hex color #928F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F7C is #6D7083. Grayscale: #8D8D8D. Windows color (decimal): -7172228 or 8163218. OLE color: 8163218.

HSL color Cylindrical-coordinate representation of color #928F7C: hue angle of 51.82º 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 #928F7C is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB146143124-
CMYK00.020.150.43
HSL51.82º9.17%52.94%-
HSV(B)51.82º15.07%57.25%-
XYZ25.3127.2122.99-
YUV141.73117.99131.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.35%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=35.35%
G=34.62%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614312400.020.150.4351.829.1752.94
Hex928F7C02F2B34935
Octal222217174021753641165
Binary1001001010001111111110001011111010111101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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