Html Css Color HEX #93848E Taupe Grey

📋 copy color: '#93848E'

red 147 ◦ green 132 ◦ blue 142

#93848E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe Grey #93848E

Tints of Taupe Grey #93848E

RGB

 RED value IS 147 (57.81% from 255) = 34.92%

 GREEN value IS 132 (51.95% from 255) = 31.35%

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 34.92%
G = 31.35%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93848E (or 0x93848E) is known color: Taupe Grey. HEX triplet: 93, 84 and 8E. RGB value is (147,132,142). Sum of RGB (Red+Green+Blue) = 147+132+142=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #93848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93848E is #6C7B71. Grayscale: #898989. Windows color (decimal): -7109490 or 9340051. OLE color: 9340051.

HSL color Cylindrical-coordinate representation of color #93848E: hue angle of 320º degrees, saturation: 0.06, 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 #93848E is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 132 142 -
CMYK 0 0.10 0.03 0.42
HSL 320º 0.06% 0.55% -
HSV(B) 320º 0.1% 0.58% -
XYZ 25.17 24.66 29.02 -
YUV 137.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 147 132 142 0 0.10 0.03 0.42 320 0.06 0.55
Hex 93 84 8E 0 A 3 2A 140 6 37
Octal 223 204 216 0 12 3 52 500 6 67
Binary 10010011 10000100 10001110 0 1010 11 101010 101000000 110 110111

Color Harmonies of #93848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93848E

Black with #93848E

Text Example


Text Example

White with #93848E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,132,142); }

 H1.HeaderClassName
 {
   color: #93848E;
 }
 .AnyTagClassName
 {
   color: #93848E;
 }
</style>

background-color css

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

 a { background-color: rgb(147,132,142); }

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

border-color css

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

 span { border-color: rgb(147,132,142); }

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