#958F7C

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

Shades of Heathered Grey #958F7C

Tints of Heathered Grey #958F7C

Color information

#958F7C (or 0x958F7C) is unknown color: approx Heathered Grey. HEX triplet: 95, 8F and 7C. RGB value is (149,143,124). Sum of RGB (Red+Green+Blue) = 149+143+124=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F7C is #6A7083. Grayscale: #8E8E8E. Windows color (decimal): -6975620 or 8163221. OLE color: 8163221.

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

Color convert

RGB149143124-
CMYK00.040.170.42
HSL45.6º10.55%53.53%-
HSV(B)45.6º16.78%58.43%-
XYZ25.8527.4923.01-
YUV142.63117.49132.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 143 (56.25% from 255) = 34.38%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=35.82%
G=34.38%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914312400.040.170.4245.610.5553.53
Hex958F7C04112A2eb36
Octal225217174042152561366
Binary100101011000111111111000100100011010101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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