#907890

Color #907890 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #907890

Tints of Taupe Grey #907890

Color information

#907890 (or 0x907890) is unknown color: approx 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

RGB144120144-
CMYK00.1700.44
HSL300º9.76%51.76%-
HSV(B)300º16.67%56.47%-
XYZ23.2521.3829.29-
YUV129.91135.95138.05-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412014400.1700.443009.7651.76
Hex90789001102C12ca34
Octal2201702200210544541264
Binary1001000011110001001000001000101011001001011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>