#928F7D

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

Shades of Gurkha #928F7D

Tints of Gurkha #928F7D

Color information

#928F7D (or 0x928F7D) is unknown color: approx Gurkha. HEX triplet: 92, 8F and 7D. RGB value is (146,143,125). Sum of RGB (Red+Green+Blue) = 146+143+125=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #928F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F7D is #6D7082. Grayscale: #8D8D8D. Windows color (decimal): -7172227 or 8228754. OLE color: 8228754.

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

Color convert

RGB146143125-
CMYK00.020.140.43
HSL51.43º8.79%53.14%-
HSV(B)51.43º14.38%57.25%-
XYZ25.3827.2423.32-
YUV141.84118.49130.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=35.27%
G=34.54%
B=30.19%

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
Decimal14614312500.020.140.4351.438.7953.14
Hex928F7D02E2B33935
Octal222217175021653631165
Binary1001001010001111111110101011101010111100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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