#948D82

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

Shades of Heathered Grey #948D82

Tints of Heathered Grey #948D82

Color information

#948D82 (or 0x948D82) is unknown color: approx Heathered Grey. HEX triplet: 94, 8D and 82. RGB value is (148,141,130). Sum of RGB (Red+Green+Blue) = 148+141+130=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D82 is #6B727D. Grayscale: #8D8D8D. Windows color (decimal): -7041662 or 8555924. OLE color: 8555924.

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

Color convert

RGB148141130-
CMYK00.050.120.42
HSL36.67º7.76%54.51%-
HSV(B)36.67º12.16%58.04%-
XYZ25.7726.9624.96-
YUV141.84121.32132.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=35.32%
G=33.65%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814113000.050.120.4236.677.7654.51
Hex948D8205C2A25837
Octal224215202051452451067
Binary100101001000110110000010010111001010101001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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