Html Css Color HEX #907890 Taupe Grey

📋 copy color: '#907890'

red 144 ◦ green 120 ◦ blue 144

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

Shades of Taupe Grey #907890

Tints of Taupe Grey #907890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.41%

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

R = 35.29%
G = 29.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#907890 (or 0x907890) is known color: Taupe Grey. HEX triplet: 90, 78 and 90. RGB value is (144,120,144). Sum of RGB (Red+Green+Blue) = 144+120+144=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #907890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907890 is #6F876F. Grayscale: #818181. Windows color (decimal): -7309168 or 9468048. OLE color: 9468048.

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

Color convert

RGB 144 120 144 -
CMYK 0 0.17 0 0.44
HSL 300º 0.1% 0.52% -
HSV(B) 300º 0.17% 0.56% -
XYZ 23.25 21.38 29.29 -
YUV 129.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 144 120 144 0 0.17 0 0.44 300 0.1 0.52
Hex 90 78 90 0 11 0 2C 12C A 34
Octal 220 170 220 0 21 0 54 454 12 64
Binary 10010000 1111000 10010000 0 10001 0 101100 100101100 1010 110100

Color Harmonies of #907890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907890

Black with #907890

Text Example


Text Example

White with #907890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907890; }

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

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

background-color css

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

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

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

border-color css

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

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

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