Html Css Color HEX #958E77 Gurkha

📋 copy color: '#958E77'

red 149 ◦ green 142 ◦ blue 119

#958E77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #958E77

Tints of Gurkha #958E77

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 value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#958E77 (or 0x958E77) is known color: 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

RGB 149 142 119 -
CMYK 0 0.05 0.20 0.42
HSL 46º 0.12% 0.53% -
HSV(B) 46º 0.2% 0.58% -
XYZ 25.4 27.07 21.34 -
YUV 141.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 149 142 119 0 0.05 0.20 0.42 46 0.12 0.53
Hex 95 8E 77 0 5 14 2A 2E C 35
Octal 225 216 167 0 5 24 52 56 14 65
Binary 10010101 10001110 1110111 0 101 10100 101010 101110 1100 110101

Color Harmonies of #958E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E77

Black with #958E77

Text Example


Text Example

White with #958E77

Text Example


Text Example

HTML Codes & Css Web 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>