Html Css Color HEX #908190 Taupe Grey

📋 copy color: '#908190'

red 144 ◦ green 129 ◦ blue 144

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

Shades of Taupe Grey #908190

Tints of Taupe Grey #908190

RGB

 RED value IS 144 (56.64% from 255) = 34.53%

 GREEN value IS 129 (50.78% from 255) = 30.94%

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

R = 34.53%
G = 30.94%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#908190 (or 0x908190) is known color: Taupe Grey. HEX triplet: 90, 81 and 90. RGB value is (144,129,144). Sum of RGB (Red+Green+Blue) = 144+129+144=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #908190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908190 is #6F7E6F. Grayscale: #878787. Windows color (decimal): -7306864 or 9470352. OLE color: 9470352.

HSL color Cylindrical-coordinate representation of color #908190: hue angle of 300º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908190 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 129 144 -
CMYK 0 0.10 0 0.44
HSL 300º 0.06% 0.54% -
HSV(B) 300º 0.1% 0.56% -
XYZ 24.39 23.64 29.66 -
YUV 135.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 144 129 144 0 0.10 0 0.44 300 0.06 0.54
Hex 90 81 90 0 A 0 2C 12C 6 36
Octal 220 201 220 0 12 0 54 454 6 66
Binary 10010000 10000001 10010000 0 1010 0 101100 100101100 110 110110

Color Harmonies of #908190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908190

Black with #908190

Text Example


Text Example

White with #908190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908190; }

 p { color: rgb(144,129,144); }

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

background-color css

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

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

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

border-color css

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

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

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