#929080

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

Shades of Gurkha #929080

Tints of Gurkha #929080

Color information

#929080 (or 0x929080) is unknown color: approx Gurkha. HEX triplet: 92, 90 and 80. RGB value is (146,144,128). Sum of RGB (Red+Green+Blue) = 146+144+128=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #929080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929080 is #6D6F7F. Grayscale: #8E8E8E. Windows color (decimal): -7171968 or 8425618. OLE color: 8425618.

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

Color convert

RGB146144128-
CMYK00.010.120.43
HSL53.33º7.63%53.73%-
HSV(B)53.33º12.33%57.25%-
XYZ25.7227.6224.4-
YUV142.77119.66130.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=34.93%
G=34.45%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614412800.010.120.4353.337.6353.73
Hex92908001C2B35836
Octal222220200011453651066
Binary1001001010010000100000000111001010111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929080; }

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

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

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

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

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

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

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

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