#94838F

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

Shades of Taupe Grey #94838F

Tints of Taupe Grey #94838F

Color information

#94838F (or 0x94838F) is unknown color: approx Taupe Grey. HEX triplet: 94, 83 and 8F. RGB value is (148,131,143). Sum of RGB (Red+Green+Blue) = 148+131+143=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #94838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94838F is #6B7C70. Grayscale: #898989. Windows color (decimal): -7044209 or 9405332. OLE color: 9405332.

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

Color convert

RGB148131143-
CMYK00.110.030.42
HSL317.65º7.36%54.71%-
HSV(B)317.65º11.49%58.04%-
XYZ25.2924.5129.39-
YUV137.45131.13135.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=35.07%
G=31.04%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813114300.110.030.42317.657.3654.71
Hex94838F0B32A13e737
Octal224203217013352476767
Binary1001010010000011100011110101111101010100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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