Html Css Color HEX #93808D Taupe Grey

📋 copy color: '#93808D'

red 147 ◦ green 128 ◦ blue 141

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

Shades of Taupe Grey #93808D

Tints of Taupe Grey #93808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 35.34%
G = 30.77%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93808D (or 0x93808D) is known color: Taupe Grey. HEX triplet: 93, 80 and 8D. RGB value is (147,128,141). Sum of RGB (Red+Green+Blue) = 147+128+141=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #93808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93808D is #6C7F72. Grayscale: #878787. Windows color (decimal): -7110515 or 9273491. OLE color: 9273491.

HSL color Cylindrical-coordinate representation of color #93808D: hue angle of 318.95º 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 #93808D is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 141 -
CMYK 0 0.13 0.04 0.42
HSL 318.95º 0.08% 0.54% -
HSV(B) 318.95º 0.13% 0.58% -
XYZ 24.56 23.56 28.45 -
YUV 135.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 147 128 141 0 0.13 0.04 0.42 318.95 0.08 0.54
Hex 93 80 8D 0 D 4 2A 13F 8 36
Octal 223 200 215 0 15 4 52 477 10 66
Binary 10010011 10000000 10001101 0 1101 100 101010 100111111 1000 110110

Color Harmonies of #93808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93808D

Black with #93808D

Text Example


Text Example

White with #93808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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