#958D7F

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

Shades of Heathered Grey #958D7F

Tints of Heathered Grey #958D7F

Color information

#958D7F (or 0x958D7F) is unknown color: approx Heathered Grey. HEX triplet: 95, 8D and 7F. RGB value is (149,141,127). Sum of RGB (Red+Green+Blue) = 149+141+127=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D7F is #6A7280. Grayscale: #8D8D8D. Windows color (decimal): -6976129 or 8359317. OLE color: 8359317.

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

Color convert

RGB149141127-
CMYK00.050.150.42
HSL38.18º9.4%54.12%-
HSV(B)38.18º14.77%58.43%-
XYZ25.7526.9723.93-
YUV141.8119.65133.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 127 (50% from 255) = 30.46%
R=35.73%
G=33.81%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914112700.050.150.4238.189.454.12
Hex958D7F05F2A26936
Octal225215177051752461166
Binary10010101100011011111111010111111010101001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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