#958A78

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

Shades of Heathered Grey #958A78

Tints of Heathered Grey #958A78

Color information

#958A78 (or 0x958A78) is unknown color: approx Heathered Grey. HEX triplet: 95, 8A and 78. RGB value is (149,138,120). Sum of RGB (Red+Green+Blue) = 149+138+120=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #958A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A78 is #6A7587. Grayscale: #8B8B8B. Windows color (decimal): -6976904 or 7899797. OLE color: 7899797.

HSL color Cylindrical-coordinate representation of color #958A78: hue angle of 37.24º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958A78 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB149138120-
CMYK00.070.190.42
HSL37.24º12.03%52.75%-
HSV(B)37.24º19.46%58.43%-
XYZ24.8725.9221.46-
YUV139.24117.14134.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=36.61%
G=33.91%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913812000.070.190.4237.2412.0352.75
Hex958A7807132A25c35
Octal225212170072352451465
Binary100101011000101011110000111100111010101001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,138,120); }

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

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

 a { background-color: rgb(149,138,120); }

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

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

 span { border-color: rgb(149,138,120); }

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