#948E82

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

Shades of Heathered Grey #948E82

Tints of Heathered Grey #948E82

Color information

#948E82 (or 0x948E82) is unknown color: approx Heathered Grey. HEX triplet: 94, 8E and 82. RGB value is (148,142,130). Sum of RGB (Red+Green+Blue) = 148+142+130=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E82 is #6B717D. Grayscale: #8E8E8E. Windows color (decimal): -7041406 or 8556180. OLE color: 8556180.

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

Color convert

RGB148142130-
CMYK00.040.120.42
HSL40º7.76%54.51%-
HSV(B)40º12.16%58.04%-
XYZ25.9227.2525.01-
YUV142.43120.99131.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=35.24%
G=33.81%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814213000.040.120.42407.7654.51
Hex948E8204C2A28837
Octal224216202041452501067
Binary100101001000111010000010010011001010101010001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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