#948D79

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

Shades of Heathered Grey #948D79

Tints of Heathered Grey #948D79

Color information

#948D79 (or 0x948D79) is unknown color: approx Heathered Grey. HEX triplet: 94, 8D and 79. RGB value is (148,141,121). Sum of RGB (Red+Green+Blue) = 148+141+121=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D79 is #6B7286. Grayscale: #8C8C8C. Windows color (decimal): -7041671 or 7966100. OLE color: 7966100.

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

Color convert

RGB148141121-
CMYK00.050.180.42
HSL44.44º11.2%52.75%-
HSV(B)44.44º18.24%58.04%-
XYZ25.1926.7321.92-
YUV140.81116.82133.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=36.10%
G=34.39%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814112100.050.180.4244.4411.252.75
Hex948D7905122A2cb35
Octal224215171052252541365
Binary100101001000110111110010101100101010101011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948D79; }

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

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

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

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

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

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

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

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