Html Css Color HEX #93808F Taupe Grey

📋 copy color: '#93808F'

red 147 ◦ green 128 ◦ blue 143

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

Shades of Taupe Grey #93808F

Tints of Taupe Grey #93808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 35.17%
G = 30.62%
B = 34.21%

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

#93808F (or 0x93808F) is known color: Taupe Grey. HEX triplet: 93, 80 and 8F. RGB value is (147,128,143). Sum of RGB (Red+Green+Blue) = 147+128+143=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93808F is #6C7F70. Grayscale: #878787. Windows color (decimal): -7110513 or 9404563. OLE color: 9404563.

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

Color convert

RGB 147 128 143 -
CMYK 0 0.13 0.03 0.42
HSL 312.63º 0.08% 0.54% -
HSV(B) 312.63º 0.13% 0.58% -
XYZ 24.71 23.62 29.24 -
YUV 135.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 147 128 143 0 0.13 0.03 0.42 312.63 0.08 0.54
Hex 93 80 8F 0 D 3 2A 139 8 36
Octal 223 200 217 0 15 3 52 471 10 66
Binary 10010011 10000000 10001111 0 1101 11 101010 100111001 1000 110110

Color Harmonies of #93808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93808F

Black with #93808F

Text Example


Text Example

White with #93808F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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