Html Css Color HEX #959178 Gurkha

📋 copy color: '#959178'

red 149 ◦ green 145 ◦ blue 120

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

Shades of Gurkha #959178

Tints of Gurkha #959178

RGB

 RED value IS 149 (58.59% from 255) = 35.99%

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 35.99%
G = 35.02%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#959178 (or 0x959178) is known color: Gurkha. HEX triplet: 95, 91 and 78. RGB value is (149,145,120). Sum of RGB (Red+Green+Blue) = 149+145+120=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #959178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959178 is #6A6E87. Grayscale: #8F8F8F. Windows color (decimal): -6975112 or 7901589. OLE color: 7901589.

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

Color convert

RGB 149 145 120 -
CMYK 0 0.03 0.19 0.42
HSL 51.72º 0.12% 0.53% -
HSV(B) 51.72º 0.19% 0.58% -
XYZ 25.91 28 21.81 -
YUV 143.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 149 145 120 0 0.03 0.19 0.42 51.72 0.12 0.53
Hex 95 91 78 0 3 13 2A 34 C 35
Octal 225 221 170 0 3 23 52 64 14 65
Binary 10010101 10010001 1111000 0 11 10011 101010 110100 1100 110101

Color Harmonies of #959178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959178

Black with #959178

Text Example


Text Example

White with #959178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959178; }

 p { color: rgb(149,145,120); }

 H1.HeaderClassName
 {
   color: #959178;
 }
 .AnyTagClassName
 {
   color: #959178;
 }
</style>

background-color css

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

 a { background-color: rgb(149,145,120); }

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

border-color css

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

 span { border-color: rgb(149,145,120); }

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