#928F7E

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

Shades of Gurkha #928F7E

Tints of Gurkha #928F7E

Color information

#928F7E (or 0x928F7E) is unknown color: approx Gurkha. HEX triplet: 92, 8F and 7E. RGB value is (146,143,126). Sum of RGB (Red+Green+Blue) = 146+143+126=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 146 - color contains mainly: red. Hex color #928F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F7E is #6D7081. Grayscale: #8E8E8E. Windows color (decimal): -7172226 or 8294290. OLE color: 8294290.

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

Color convert

RGB146143126-
CMYK00.020.140.43
HSL51º8.4%53.33%-
HSV(B)51º13.7%57.25%-
XYZ25.4427.2623.66-
YUV141.96118.99130.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=35.18%
G=34.46%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614312600.020.140.43518.453.33
Hex928F7E02E2B33835
Octal222217176021653631065
Binary1001001010001111111111001011101010111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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