#958E7D

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

Shades of Heathered Grey #958E7D

Tints of Heathered Grey #958E7D

Color information

#958E7D (or 0x958E7D) is unknown color: approx Heathered Grey. HEX triplet: 95, 8E and 7D. RGB value is (149,142,125). Sum of RGB (Red+Green+Blue) = 149+142+125=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E7D is #6A7182. Grayscale: #8E8E8E. Windows color (decimal): -6975875 or 8228501. OLE color: 8228501.

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

Color convert

RGB149142125-
CMYK00.050.160.42
HSL42.5º10.17%53.73%-
HSV(B)42.5º16.11%58.43%-
XYZ25.7727.2223.3-
YUV142.16118.32132.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=35.82%
G=34.13%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914212500.050.160.4242.510.1753.73
Hex958E7D05102A2ba36
Octal225216175052052531266
Binary100101011000111011111010101100001010101010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,142,125); }

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

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

 a { background-color: rgb(149,142,125); }

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

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

 span { border-color: rgb(149,142,125); }

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