#929077

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

Shades of Gurkha #929077

Tints of Gurkha #929077

Color information

#929077 (or 0x929077) is unknown color: approx Gurkha. HEX triplet: 92, 90 and 77. RGB value is (146,144,119). Sum of RGB (Red+Green+Blue) = 146+144+119=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 146 - color contains mainly: red. Hex color #929077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929077 is #6D6F88. Grayscale: #8D8D8D. Windows color (decimal): -7171977 or 7835794. OLE color: 7835794.

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

Color convert

RGB146144119-
CMYK00.010.180.43
HSL55.56º11.02%51.96%-
HSV(B)55.56º18.49%57.25%-
XYZ25.1627.3921.41-
YUV141.75115.16131.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=35.70%
G=35.21%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614411900.010.180.4355.5611.0251.96
Hex92907701122B38b34
Octal222220167012253701364
Binary1001001010010000111011101100101010111110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929077; }

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

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

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

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

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

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

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

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