Html Css Color HEX #93888E Taupe Grey

📋 copy color: '#93888E'

red 147 ◦ green 136 ◦ blue 142

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

Shades of Taupe Grey #93888E

Tints of Taupe Grey #93888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32%

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

R = 34.59%
G = 32%
B = 33.41%

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

#93888E (or 0x93888E) is known color: Taupe Grey. HEX triplet: 93, 88 and 8E. RGB value is (147,136,142). Sum of RGB (Red+Green+Blue) = 147+136+142=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 147 - color contains mainly: red. Hex color #93888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93888E is #6C7771. Grayscale: #8B8B8B. Windows color (decimal): -7108466 or 9341075. OLE color: 9341075.

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

Color convert

RGB 147 136 142 -
CMYK 0 0.07 0.03 0.42
HSL 327.27º 0.05% 0.55% -
HSV(B) 327.27º 0.07% 0.58% -
XYZ 25.72 25.76 29.21 -
YUV 139.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 147 136 142 0 0.07 0.03 0.42 327.27 0.05 0.55
Hex 93 88 8E 0 7 3 2A 147 5 37
Octal 223 210 216 0 7 3 52 507 5 67
Binary 10010011 10001000 10001110 0 111 11 101010 101000111 101 110111

Color Harmonies of #93888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93888E

Black with #93888E

Text Example


Text Example

White with #93888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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