#958B78

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

Shades of Heathered Grey #958B78

Tints of Heathered Grey #958B78

Color information

#958B78 (or 0x958B78) is unknown color: approx Heathered Grey. HEX triplet: 95, 8B and 78. RGB value is (149,139,120). Sum of RGB (Red+Green+Blue) = 149+139+120=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #958B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B78 is #6A7487. Grayscale: #8B8B8B. Windows color (decimal): -6976648 or 7900053. OLE color: 7900053.

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

Color convert

RGB149139120-
CMYK00.070.190.42
HSL39.31º12.03%52.75%-
HSV(B)39.31º19.46%58.43%-
XYZ25.0226.2121.51-
YUV139.82116.81134.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=36.52%
G=34.07%
B=29.41%

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
Decimal14913912000.070.190.4239.3112.0352.75
Hex958B7807132A27c35
Octal225213170072352471465
Binary100101011000101111110000111100111010101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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