Html Css Color HEX #958D80 Heathered Grey

📋 copy color: '#958D80'

red 149 ◦ green 141 ◦ blue 128

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

Shades of Heathered Grey #958D80

Tints of Heathered Grey #958D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 35.65%
G = 33.73%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#958D80 (or 0x958D80) is known color: Heathered Grey. HEX triplet: 95, 8D and 80. RGB value is (149,141,128). Sum of RGB (Red+Green+Blue) = 149+141+128=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #958D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D80 is #6A727F. Grayscale: #8D8D8D. Windows color (decimal): -6976128 or 8424853. OLE color: 8424853.

HSL color Cylindrical-coordinate representation of color #958D80: hue angle of 37.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958D80 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 128 -
CMYK 0 0.05 0.14 0.42
HSL 37.14º 0.09% 0.54% -
HSV(B) 37.14º 0.14% 0.58% -
XYZ 25.82 27 24.27 -
YUV 141.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 149 141 128 0 0.05 0.14 0.42 37.14 0.09 0.54
Hex 95 8D 80 0 5 E 2A 25 9 36
Octal 225 215 200 0 5 16 52 45 11 66
Binary 10010101 10001101 10000000 0 101 1110 101010 100101 1001 110110

Color Harmonies of #958D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D80

Black with #958D80

Text Example


Text Example

White with #958D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D80; }

 p { color: rgb(149,141,128); }

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

background-color css

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

 a { background-color: rgb(149,141,128); }

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

border-color css

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

 span { border-color: rgb(149,141,128); }

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