Html Css Color HEX #958978 Heathered Grey

📋 copy color: '#958978'

red 149 ◦ green 137 ◦ blue 120

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

Shades of Heathered Grey #958978

Tints of Heathered Grey #958978

RGB

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

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

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

R = 36.7%
G = 33.74%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#958978 (or 0x958978) is known color: Heathered Grey. HEX triplet: 95, 89 and 78. RGB value is (149,137,120). Sum of RGB (Red+Green+Blue) = 149+137+120=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #958978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958978 is #6A7687. Grayscale: #8A8A8A. Windows color (decimal): -6977160 or 7899541. OLE color: 7899541.

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

Color convert

RGB 149 137 120 -
CMYK 0 0.08 0.19 0.42
HSL 35.17º 0.12% 0.53% -
HSV(B) 35.17º 0.19% 0.58% -
XYZ 24.73 25.64 21.41 -
YUV 138.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 149 137 120 0 0.08 0.19 0.42 35.17 0.12 0.53
Hex 95 89 78 0 8 13 2A 23 C 35
Octal 225 211 170 0 10 23 52 43 14 65
Binary 10010101 10001001 1111000 0 1000 10011 101010 100011 1100 110101

Color Harmonies of #958978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958978

Black with #958978

Text Example


Text Example

White with #958978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958978; }

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

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

background-color css

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

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

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

border-color css

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

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

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