Html Css Color HEX #90828F Taupe Grey

📋 copy color: '#90828F'

red 144 ◦ green 130 ◦ blue 143

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

Shades of Taupe Grey #90828F

Tints of Taupe Grey #90828F

RGB

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

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

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

R = 34.53%
G = 31.18%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90828F (or 0x90828F) is known color: Taupe Grey. HEX triplet: 90, 82 and 8F. RGB value is (144,130,143). Sum of RGB (Red+Green+Blue) = 144+130+143=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #90828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90828F is #6F7D70. Grayscale: #878787. Windows color (decimal): -7306609 or 9405072. OLE color: 9405072.

HSL color Cylindrical-coordinate representation of color #90828F: hue angle of 304.29º 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 #90828F is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 143 -
CMYK 0 0.10 0.01 0.44
HSL 304.29º 0.06% 0.54% -
HSV(B) 304.29º 0.1% 0.56% -
XYZ 24.44 23.88 29.31 -
YUV 135.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 144 130 143 0 0.10 0.01 0.44 304.29 0.06 0.54
Hex 90 82 8F 0 A 1 2C 130 6 36
Octal 220 202 217 0 12 1 54 460 6 66
Binary 10010000 10000010 10001111 0 1010 1 101100 100110000 110 110110

Color Harmonies of #90828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90828F

Black with #90828F

Text Example


Text Example

White with #90828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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