#948978

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

Shades of Heathered Grey #948978

Tints of Heathered Grey #948978

Color information

#948978 (or 0x948978) is unknown color: approx Heathered Grey. HEX triplet: 94, 89 and 78. RGB value is (148,137,120). Sum of RGB (Red+Green+Blue) = 148+137+120=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #948978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948978 is #6B7687. Grayscale: #8A8A8A. Windows color (decimal): -7042696 or 7899540. OLE color: 7899540.

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

Color convert

RGB148137120-
CMYK00.070.190.42
HSL36.43º11.57%52.55%-
HSV(B)36.43º18.92%58.04%-
XYZ24.5525.5421.41-
YUV138.35117.64134.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=36.54%
G=33.83%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813712000.070.190.4236.4311.5752.55
Hex94897807132A24c35
Octal224211170072352441465
Binary100101001000100111110000111100111010101001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948978; }

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

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

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

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

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

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

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

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