#92907F

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

Shades of Gurkha #92907F

Tints of Gurkha #92907F

Color information

#92907F (or 0x92907F) is unknown color: approx Gurkha. HEX triplet: 92, 90 and 7F. RGB value is (146,144,127). Sum of RGB (Red+Green+Blue) = 146+144+127=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #92907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92907F is #6D6F80. Grayscale: #8E8E8E. Windows color (decimal): -7171969 or 8360082. OLE color: 8360082.

HSL color Cylindrical-coordinate representation of color #92907F: hue angle of 53.68º 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 #92907F is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB146144127-
CMYK00.010.130.43
HSL53.68º8.02%53.53%-
HSV(B)53.68º13.01%57.25%-
XYZ25.6627.5924.05-
YUV142.66119.16130.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 127 (50% from 255) = 30.46%
R=35.01%
G=34.53%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614412700.010.130.4353.688.0253.53
Hex92907F01D2B36836
Octal222220177011553661066
Binary100100101001000011111110111011010111101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92907F; }

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

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

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

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

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

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

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

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