Html Css Color HEX #90828A Taupe Grey

📋 copy color: '#90828A'

red 144 ◦ green 130 ◦ blue 138

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

Shades of Taupe Grey #90828A

Tints of Taupe Grey #90828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 34.95%
G = 31.55%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90828A (or 0x90828A) is known color: Taupe Grey. HEX triplet: 90, 82 and 8A. RGB value is (144,130,138). Sum of RGB (Red+Green+Blue) = 144+130+138=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #90828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90828A is #6F7D75. Grayscale: #878787. Windows color (decimal): -7306614 or 9077392. OLE color: 9077392.

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

Color convert

RGB 144 130 138 -
CMYK 0 0.10 0.04 0.44
HSL 325.71º 0.06% 0.54% -
HSV(B) 325.71º 0.1% 0.56% -
XYZ 24.07 23.73 27.36 -
YUV 135.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 144 130 138 0 0.10 0.04 0.44 325.71 0.06 0.54
Hex 90 82 8A 0 A 4 2C 146 6 36
Octal 220 202 212 0 12 4 54 506 6 66
Binary 10010000 10000010 10001010 0 1010 100 101100 101000110 110 110110

Color Harmonies of #90828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90828A

Black with #90828A

Text Example


Text Example

White with #90828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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