Html Css Color HEX #938290 Taupe Grey

📋 copy color: '#938290'

red 147 ◦ green 130 ◦ blue 144

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

Shades of Taupe Grey #938290

Tints of Taupe Grey #938290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.88%

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 34.92%
G = 30.88%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#938290 (or 0x938290) is known color: Taupe Grey. HEX triplet: 93, 82 and 90. RGB value is (147,130,144). Sum of RGB (Red+Green+Blue) = 147+130+144=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #938290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938290 is #6C7D6F. Grayscale: #888888. Windows color (decimal): -7110000 or 9470611. OLE color: 9470611.

HSL color Cylindrical-coordinate representation of color #938290: hue angle of 310.59º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938290 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 130 144 -
CMYK 0 0.12 0.02 0.42
HSL 310.59º 0.07% 0.54% -
HSV(B) 310.59º 0.12% 0.58% -
XYZ 25.05 24.18 29.73 -
YUV 136.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 147 130 144 0 0.12 0.02 0.42 310.59 0.07 0.54
Hex 93 82 90 0 C 2 2A 137 7 36
Octal 223 202 220 0 14 2 52 467 7 66
Binary 10010011 10000010 10010000 0 1100 10 101010 100110111 111 110110

Color Harmonies of #938290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938290

Black with #938290

Text Example


Text Example

White with #938290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938290; }

 p { color: rgb(147,130,144); }

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

background-color css

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

 a { background-color: rgb(147,130,144); }

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

border-color css

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

 span { border-color: rgb(147,130,144); }

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