Html Css Color HEX #93898E Taupe Grey

📋 copy color: '#93898E'

red 147 ◦ green 137 ◦ blue 142

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

Shades of Taupe Grey #93898E

Tints of Taupe Grey #93898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.16%

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

R = 34.51%
G = 32.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93898E (or 0x93898E) is known color: Taupe Grey. HEX triplet: 93, 89 and 8E. RGB value is (147,137,142). Sum of RGB (Red+Green+Blue) = 147+137+142=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 147 - color contains mainly: red. Hex color #93898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93898E is #6C7671. Grayscale: #8C8C8C. Windows color (decimal): -7108210 or 9341331. OLE color: 9341331.

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

Color convert

RGB 147 137 142 -
CMYK 0 0.07 0.03 0.42
HSL 330º 0.04% 0.56% -
HSV(B) 330º 0.07% 0.58% -
XYZ 25.86 26.05 29.26 -
YUV 140.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 147 137 142 0 0.07 0.03 0.42 330 0.04 0.56
Hex 93 89 8E 0 7 3 2A 14A 4 38
Octal 223 211 216 0 7 3 52 512 4 70
Binary 10010011 10001001 10001110 0 111 11 101010 101001010 100 111000

Color Harmonies of #93898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93898E

Black with #93898E

Text Example


Text Example

White with #93898E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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