#94878E

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

Shades of Taupe Grey #94878E

Tints of Taupe Grey #94878E

Color information

#94878E (or 0x94878E) is unknown color: approx Taupe Grey. HEX triplet: 94, 87 and 8E. RGB value is (148,135,142). Sum of RGB (Red+Green+Blue) = 148+135+142=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #94878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94878E is #6B7871. Grayscale: #8B8B8B. Windows color (decimal): -7043186 or 9340820. OLE color: 9340820.

HSL color Cylindrical-coordinate representation of color #94878E: hue angle of 327.69º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94878E is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB148135142-
CMYK00.090.040.42
HSL327.69º5.73%55.49%-
HSV(B)327.69º8.78%58.04%-
XYZ25.7625.5829.17-
YUV139.68129.31133.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=34.82%
G=31.76%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813514200.090.040.42327.695.7355.49
Hex94878E0942A148637
Octal224207216011452510667
Binary10010100100001111000111001001100101010101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94878E; }

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

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

<style>
 a { background-color: #94878E; }

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

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

<style>
 span { border-color: #94878E; }

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

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