#93878F

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

Shades of Taupe Grey #93878F

Tints of Taupe Grey #93878F

Color information

#93878F (or 0x93878F) is unknown color: approx Taupe Grey. HEX triplet: 93, 87 and 8F. RGB value is (147,135,143). Sum of RGB (Red+Green+Blue) = 147+135+143=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 147 - color contains mainly: red. Hex color #93878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93878F is #6C7870. Grayscale: #8B8B8B. Windows color (decimal): -7108721 or 9406355. OLE color: 9406355.

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

Color convert

RGB147135143-
CMYK00.080.030.42
HSL320º5.26%55.29%-
HSV(B)320º8.16%57.65%-
XYZ25.6525.5129.56-
YUV139.5129.98133.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=34.59%
G=31.76%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713514300.080.030.423205.2655.29
Hex93878F0832A140537
Octal223207217010352500567
Binary1001001110000111100011110100011101010101000000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,135,143); }

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

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

 a { background-color: rgb(147,135,143); }

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

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

 span { border-color: rgb(147,135,143); }

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