#958C7C

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

Shades of Heathered Grey #958C7C

Tints of Heathered Grey #958C7C

Color information

#958C7C (or 0x958C7C) is unknown color: approx Heathered Grey. HEX triplet: 95, 8C and 7C. RGB value is (149,140,124). Sum of RGB (Red+Green+Blue) = 149+140+124=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C7C is #6A7383. Grayscale: #8C8C8C. Windows color (decimal): -6976388 or 8162453. OLE color: 8162453.

HSL color Cylindrical-coordinate representation of color #958C7C: hue angle of 38.4º 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 #958C7C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149140124-
CMYK00.060.170.42
HSL38.4º10.55%53.53%-
HSV(B)38.4º16.78%58.43%-
XYZ25.4126.622.86-
YUV140.87118.48133.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=36.08%
G=33.90%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914012400.060.170.4238.410.5553.53
Hex958C7C06112A26b36
Octal225214174062152461366
Binary100101011000110011111000110100011010101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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