#958B7C

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

Shades of Heathered Grey #958B7C

Tints of Heathered Grey #958B7C

Color information

#958B7C (or 0x958B7C) is unknown color: approx Heathered Grey. HEX triplet: 95, 8B and 7C. RGB value is (149,139,124). Sum of RGB (Red+Green+Blue) = 149+139+124=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B7C is #6A7483. Grayscale: #8C8C8C. Windows color (decimal): -6976644 or 8162197. OLE color: 8162197.

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

Color convert

RGB149139124-
CMYK00.070.170.42
HSL36º10.55%53.53%-
HSV(B)36º16.78%58.43%-
XYZ25.2726.3122.82-
YUV140.28118.81134.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=36.17%
G=33.74%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913912400.070.170.423610.5553.53
Hex958B7C07112A24b36
Octal225213174072152441366
Binary100101011000101111111000111100011010101001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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