Html Css Color HEX #958976 Heathered Grey

📋 copy color: '#958976'

red 149 ◦ green 137 ◦ blue 118

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

Shades of Heathered Grey #958976

Tints of Heathered Grey #958976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 36.88%
G = 33.91%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958976 (or 0x958976) is known color: Heathered Grey. HEX triplet: 95, 89 and 76. RGB value is (149,137,118). Sum of RGB (Red+Green+Blue) = 149+137+118=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #958976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958976 is #6A7689. Grayscale: #8A8A8A. Windows color (decimal): -6977162 or 7768469. OLE color: 7768469.

HSL color Cylindrical-coordinate representation of color #958976: hue angle of 36.77º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958976 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 118 -
CMYK 0 0.08 0.21 0.42
HSL 36.77º 0.13% 0.52% -
HSV(B) 36.77º 0.21% 0.58% -
XYZ 24.61 25.59 20.78 -
YUV 138.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 149 137 118 0 0.08 0.21 0.42 36.77 0.13 0.52
Hex 95 89 76 0 8 15 2A 25 D 34
Octal 225 211 166 0 10 25 52 45 15 64
Binary 10010101 10001001 1110110 0 1000 10101 101010 100101 1101 110100

Color Harmonies of #958976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958976

Black with #958976

Text Example


Text Example

White with #958976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958976; }

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

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

background-color css

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

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

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

border-color css

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

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

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