#928F7F

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

Shades of Gurkha #928F7F

Tints of Gurkha #928F7F

Color information

#928F7F (or 0x928F7F) is unknown color: approx Gurkha. HEX triplet: 92, 8F and 7F. RGB value is (146,143,127). Sum of RGB (Red+Green+Blue) = 146+143+127=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #928F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F7F is #6D7080. Grayscale: #8E8E8E. Windows color (decimal): -7172225 or 8359826. OLE color: 8359826.

HSL color Cylindrical-coordinate representation of color #928F7F: hue angle of 50.53º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #928F7F is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB146143127-
CMYK00.020.130.43
HSL50.53º8.02%53.53%-
HSV(B)50.53º13.01%57.25%-
XYZ25.5127.2924-
YUV142.07119.49130.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 143 (56.25% from 255) = 34.38%
BLUE value IS 127 (50% from 255) = 30.53%
R=35.10%
G=34.38%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614312700.020.130.4350.538.0253.53
Hex928F7F02D2B33836
Octal222217177021553631066
Binary1001001010001111111111101011011010111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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