#948D80

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

Shades of Heathered Grey #948D80

Tints of Heathered Grey #948D80

Color information

#948D80 (or 0x948D80) is unknown color: approx Heathered Grey. HEX triplet: 94, 8D and 80. RGB value is (148,141,128). Sum of RGB (Red+Green+Blue) = 148+141+128=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D80 is #6B727F. Grayscale: #8D8D8D. Windows color (decimal): -7041664 or 8424852. OLE color: 8424852.

HSL color Cylindrical-coordinate representation of color #948D80: hue angle of 39º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948D80 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148141128-
CMYK00.050.140.42
HSL39º8.55%54.12%-
HSV(B)39º13.51%58.04%-
XYZ25.6326.924.26-
YUV141.61120.32132.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=35.49%
G=33.81%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814112800.050.140.42398.5554.12
Hex948D8005E2A27936
Octal224215200051652471166
Binary100101001000110110000000010111101010101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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