#94858F

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

Shades of Taupe Grey #94858F

Tints of Taupe Grey #94858F

Color information

#94858F (or 0x94858F) is unknown color: approx Taupe Grey. HEX triplet: 94, 85 and 8F. RGB value is (148,133,143). Sum of RGB (Red+Green+Blue) = 148+133+143=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #94858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94858F is #6B7A70. Grayscale: #8A8A8A. Windows color (decimal): -7043697 or 9405844. OLE color: 9405844.

HSL color Cylindrical-coordinate representation of color #94858F: hue angle of 320º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94858F is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148133143-
CMYK00.100.030.42
HSL320º6.55%55.1%-
HSV(B)320º10.14%58.04%-
XYZ25.5625.0529.48-
YUV138.62130.47134.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=34.91%
G=31.37%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813314300.100.030.423206.5555.1
Hex94858F0A32A140737
Octal224205217012352500767
Binary1001010010000101100011110101011101010101000000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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