#959077

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

Shades of Gurkha #959077

Tints of Gurkha #959077

Color information

#959077 (or 0x959077) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 77. RGB value is (149,144,119). Sum of RGB (Red+Green+Blue) = 149+144+119=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #959077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959077 is #6A6F88. Grayscale: #8E8E8E. Windows color (decimal): -6975369 or 7835797. OLE color: 7835797.

HSL color Cylindrical-coordinate representation of color #959077: hue angle of 50º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959077 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB149144119-
CMYK00.030.200.42
HSL50º12.4%52.55%-
HSV(B)50º20.13%58.43%-
XYZ25.727.6721.44-
YUV142.64114.66132.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=36.17%
G=34.95%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914411900.030.200.425012.452.55
Hex95907703142A32c35
Octal225220167032452621465
Binary10010101100100001110111011101001010101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959077; }

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

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

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

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

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

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

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

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