Html Css Color HEX #90828C Taupe Grey

📋 copy color: '#90828C'

red 144 ◦ green 130 ◦ blue 140

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

Shades of Taupe Grey #90828C

Tints of Taupe Grey #90828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 34.78%
G = 31.4%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90828C (or 0x90828C) is known color: Taupe Grey. HEX triplet: 90, 82 and 8C. RGB value is (144,130,140). Sum of RGB (Red+Green+Blue) = 144+130+140=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 144 - color contains mainly: red. Hex color #90828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90828C is #6F7D73. Grayscale: #878787. Windows color (decimal): -7306612 or 9208464. OLE color: 9208464.

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

Color convert

RGB 144 130 140 -
CMYK 0 0.10 0.03 0.44
HSL 317.14º 0.06% 0.54% -
HSV(B) 317.14º 0.1% 0.56% -
XYZ 24.22 23.79 28.13 -
YUV 135.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 144 130 140 0 0.10 0.03 0.44 317.14 0.06 0.54
Hex 90 82 8C 0 A 3 2C 13D 6 36
Octal 220 202 214 0 12 3 54 475 6 66
Binary 10010000 10000010 10001100 0 1010 11 101100 100111101 110 110110

Color Harmonies of #90828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90828C

Black with #90828C

Text Example


Text Example

White with #90828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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