#958E77

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

Shades of Gurkha #958E77

Tints of Gurkha #958E77

Color information

#958E77 (or 0x958E77) is unknown color: approx Gurkha. HEX triplet: 95, 8E and 77. RGB value is (149,142,119). Sum of RGB (Red+Green+Blue) = 149+142+119=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #958E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E77 is #6A7188. Grayscale: #8D8D8D. Windows color (decimal): -6975881 or 7835285. OLE color: 7835285.

HSL color Cylindrical-coordinate representation of color #958E77: hue angle of 46º 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 #958E77 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB149142119-
CMYK00.050.200.42
HSL46º12.4%52.55%-
HSV(B)46º20.13%58.43%-
XYZ25.427.0721.34-
YUV141.47115.32133.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=36.34%
G=34.63%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914211900.050.200.424612.452.55
Hex958E7705142A2ec35
Octal225216167052452561465
Binary100101011000111011101110101101001010101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E77; }

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

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

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

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

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

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

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

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