Html Css Color HEX #958977 Heathered Grey

📋 copy color: '#958977'

red 149 ◦ green 137 ◦ blue 119

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

Shades of Heathered Grey #958977

Tints of Heathered Grey #958977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.83%

 BLUE value IS 119 (46.88% from 255) = 29.38%

R = 36.79%
G = 33.83%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#958977 (or 0x958977) is known color: Heathered Grey. HEX triplet: 95, 89 and 77. RGB value is (149,137,119). Sum of RGB (Red+Green+Blue) = 149+137+119=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #958977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958977 is #6A7688. Grayscale: #8A8A8A. Windows color (decimal): -6977161 or 7834005. OLE color: 7834005.

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

Color convert

RGB 149 137 119 -
CMYK 0 0.08 0.20 0.42
HSL 36º 0.12% 0.53% -
HSV(B) 36º 0.2% 0.58% -
XYZ 24.67 25.61 21.1 -
YUV 138.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 149 137 119 0 0.08 0.20 0.42 36 0.12 0.53
Hex 95 89 77 0 8 14 2A 24 C 35
Octal 225 211 167 0 10 24 52 44 14 65
Binary 10010101 10001001 1110111 0 1000 10100 101010 100100 1100 110101

Color Harmonies of #958977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958977

Black with #958977

Text Example


Text Example

White with #958977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958977; }

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

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

background-color css

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

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

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

border-color css

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

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

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