#948B79

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

Shades of Heathered Grey #948B79

Tints of Heathered Grey #948B79

Color information

#948B79 (or 0x948B79) is unknown color: approx Heathered Grey. HEX triplet: 94, 8B and 79. RGB value is (148,139,121). Sum of RGB (Red+Green+Blue) = 148+139+121=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #948B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B79 is #6B7486. Grayscale: #8B8B8B. Windows color (decimal): -7042183 or 7965588. OLE color: 7965588.

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

Color convert

RGB148139121-
CMYK00.060.180.42
HSL40º11.2%52.75%-
HSV(B)40º18.24%58.04%-
XYZ24.926.1421.82-
YUV139.64117.48133.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=36.27%
G=34.07%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813912100.060.180.424011.252.75
Hex948B7906122A28b35
Octal224213171062252501365
Binary100101001000101111110010110100101010101010001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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