Html Css Color HEX #90828E Taupe Grey

📋 copy color: '#90828E'

red 144 ◦ green 130 ◦ blue 142

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

Shades of Taupe Grey #90828E

Tints of Taupe Grey #90828E

RGB

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

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

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

R = 34.62%
G = 31.25%
B = 34.13%

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

#90828E (or 0x90828E) is known color: Taupe Grey. HEX triplet: 90, 82 and 8E. RGB value is (144,130,142). Sum of RGB (Red+Green+Blue) = 144+130+142=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 144 - color contains mainly: red. Hex color #90828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90828E is #6F7D71. Grayscale: #878787. Windows color (decimal): -7306610 or 9339536. OLE color: 9339536.

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

Color convert

RGB 144 130 142 -
CMYK 0 0.10 0.01 0.44
HSL 308.57º 0.06% 0.54% -
HSV(B) 308.57º 0.1% 0.56% -
XYZ 24.37 23.85 28.91 -
YUV 135.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 144 130 142 0 0.10 0.01 0.44 308.57 0.06 0.54
Hex 90 82 8E 0 A 1 2C 135 6 36
Octal 220 202 216 0 12 1 54 465 6 66
Binary 10010000 10000010 10001110 0 1010 1 101100 100110101 110 110110

Color Harmonies of #90828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90828E

Black with #90828E

Text Example


Text Example

White with #90828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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