#94808F

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

Shades of Taupe Grey #94808F

Tints of Taupe Grey #94808F

Color information

#94808F (or 0x94808F) is unknown color: approx Taupe Grey. HEX triplet: 94, 80 and 8F. RGB value is (148,128,143). Sum of RGB (Red+Green+Blue) = 148+128+143=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94808F is #6B7F70. Grayscale: #878787. Windows color (decimal): -7044977 or 9404564. OLE color: 9404564.

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

Color convert

RGB148128143-
CMYK00.140.030.42
HSL315º8.55%54.12%-
HSV(B)315º13.51%58.04%-
XYZ24.8923.7229.25-
YUV135.69132.13136.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=35.32%
G=30.55%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812814300.140.030.423158.5554.12
Hex94808F0E32A13b936
Octal2242002170163524731166
Binary10010100100000001000111101110111010101001110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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