#958F77

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

Shades of Gurkha #958F77

Tints of Gurkha #958F77

Color information

#958F77 (or 0x958F77) is unknown color: approx Gurkha. HEX triplet: 95, 8F and 77. RGB value is (149,143,119). Sum of RGB (Red+Green+Blue) = 149+143+119=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F77 is #6A7088. Grayscale: #8E8E8E. Windows color (decimal): -6975625 or 7835541. OLE color: 7835541.

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

Color convert

RGB149143119-
CMYK00.040.200.42
HSL48º12.4%52.55%-
HSV(B)48º20.13%58.43%-
XYZ25.5527.3721.39-
YUV142.06114.99132.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=36.25%
G=34.79%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914311900.040.200.424812.452.55
Hex958F7704142A30c35
Octal225217167042452601465
Binary100101011000111111101110100101001010101100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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