Html Css Color HEX #93808E Taupe Grey

📋 copy color: '#93808E'

red 147 ◦ green 128 ◦ blue 142

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

Shades of Taupe Grey #93808E

Tints of Taupe Grey #93808E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.7%

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

R = 35.25%
G = 30.7%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93808E (or 0x93808E) is known color: Taupe Grey. HEX triplet: 93, 80 and 8E. RGB value is (147,128,142). Sum of RGB (Red+Green+Blue) = 147+128+142=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #93808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93808E is #6C7F71. Grayscale: #878787. Windows color (decimal): -7110514 or 9339027. OLE color: 9339027.

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

Color convert

RGB 147 128 142 -
CMYK 0 0.13 0.03 0.42
HSL 315.79º 0.08% 0.54% -
HSV(B) 315.79º 0.13% 0.58% -
XYZ 24.63 23.59 28.85 -
YUV 135.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 147 128 142 0 0.13 0.03 0.42 315.79 0.08 0.54
Hex 93 80 8E 0 D 3 2A 13C 8 36
Octal 223 200 216 0 15 3 52 474 10 66
Binary 10010011 10000000 10001110 0 1101 11 101010 100111100 1000 110110

Color Harmonies of #93808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93808E

Black with #93808E

Text Example


Text Example

White with #93808E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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