#948A79

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

Shades of Heathered Grey #948A79

Tints of Heathered Grey #948A79

Color information

#948A79 (or 0x948A79) is unknown color: approx Heathered Grey. HEX triplet: 94, 8A and 79. RGB value is (148,138,121). Sum of RGB (Red+Green+Blue) = 148+138+121=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #948A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A79 is #6B7586. Grayscale: #8B8B8B. Windows color (decimal): -7042439 or 7965332. OLE color: 7965332.

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

Color convert

RGB148138121-
CMYK00.070.180.42
HSL37.78º11.2%52.75%-
HSV(B)37.78º18.24%58.04%-
XYZ24.7525.8521.77-
YUV139.05117.81134.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=36.36%
G=33.91%
B=29.73%

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
Decimal14813812100.070.180.4237.7811.252.75
Hex948A7907122A26b35
Octal224212171072252461365
Binary100101001000101011110010111100101010101001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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