#958D7C

Color #958D7C Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #958D7C

Tints of Heathered Grey #958D7C

Color information

#958D7C (or 0x958D7C) is unknown color: approx Heathered Grey. HEX triplet: 95, 8D and 7C. RGB value is (149,141,124). Sum of RGB (Red+Green+Blue) = 149+141+124=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D7C is #6A7283. Grayscale: #8D8D8D. Windows color (decimal): -6976132 or 8162709. OLE color: 8162709.

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

Color convert

RGB149141124-
CMYK00.050.170.42
HSL40.8º10.55%53.53%-
HSV(B)40.8º16.78%58.43%-
XYZ25.5626.8922.91-
YUV141.45118.15133.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=35.99%
G=34.06%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914112400.050.170.4240.810.5553.53
Hex958D7C05112A29b36
Octal225215174052152511366
Binary100101011000110111111000101100011010101010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #958D7C;
 }
 .AnyTagClassName
 {
   color: #958D7C;
 }
</style>
background-color css

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

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

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

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

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

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