#938979

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

Shades of Heathered Grey #938979

Tints of Heathered Grey #938979

Color information

#938979 (or 0x938979) is unknown color: approx Heathered Grey. HEX triplet: 93, 89 and 79. RGB value is (147,137,121). Sum of RGB (Red+Green+Blue) = 147+137+121=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #938979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938979 is #6C7686. Grayscale: #8A8A8A. Windows color (decimal): -7108231 or 7965075. OLE color: 7965075.

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

Color convert

RGB147137121-
CMYK00.070.180.42
HSL36.92º10.74%52.55%-
HSV(B)36.92º17.69%57.65%-
XYZ24.4325.4721.72-
YUV138.17118.31134.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=36.30%
G=33.83%
B=29.88%

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
Decimal14713712100.070.180.4236.9210.7452.55
Hex93897907122A25b35
Octal223211171072252451365
Binary100100111000100111110010111100101010101001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938979; }

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

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

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

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

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

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

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

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