#948979

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

Shades of Heathered Grey #948979

Tints of Heathered Grey #948979

Color information

#948979 (or 0x948979) is unknown color: approx Heathered Grey. HEX triplet: 94, 89 and 79. RGB value is (148,137,121). Sum of RGB (Red+Green+Blue) = 148+137+121=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #948979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948979 is #6B7686. Grayscale: #8A8A8A. Windows color (decimal): -7042695 or 7965076. OLE color: 7965076.

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

Color convert

RGB148137121-
CMYK00.070.180.42
HSL35.56º11.2%52.75%-
HSV(B)35.56º18.24%58.04%-
XYZ24.6125.5721.73-
YUV138.46118.14134.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=36.45%
G=33.74%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813712100.070.180.4235.5611.252.75
Hex94897907122A24b35
Octal224211171072252441365
Binary100101001000100111110010111100101010101001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948979; }

 p { color: rgb(148,137,121); }

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

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

 a { background-color: rgb(148,137,121); }

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

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

 span { border-color: rgb(148,137,121); }

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