#94828F

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

Shades of Taupe Grey #94828F

Tints of Taupe Grey #94828F

Color information

#94828F (or 0x94828F) is unknown color: approx Taupe Grey. HEX triplet: 94, 82 and 8F. RGB value is (148,130,143). Sum of RGB (Red+Green+Blue) = 148+130+143=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #94828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94828F is #6B7D70. Grayscale: #888888. Windows color (decimal): -7044465 or 9405076. OLE color: 9405076.

HSL color Cylindrical-coordinate representation of color #94828F: hue angle of 316.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 #94828F is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148130143-
CMYK00.120.030.42
HSL316.67º7.76%54.51%-
HSV(B)316.67º12.16%58.04%-
XYZ25.1524.2429.34-
YUV136.86131.46135.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=35.15%
G=30.88%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813014300.120.030.42316.677.7654.51
Hex94828F0C32A13d837
Octal2242022170143524751067
Binary10010100100000101000111101100111010101001111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94828F; }

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

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

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

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

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

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

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

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