#90788E

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

Shades of Taupe Grey #90788E

Tints of Taupe Grey #90788E

Color information

#90788E (or 0x90788E) is unknown color: approx Taupe Grey. HEX triplet: 90, 78 and 8E. RGB value is (144,120,142). Sum of RGB (Red+Green+Blue) = 144+120+142=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 144 - color contains mainly: red. Hex color #90788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90788E is #6F8771. Grayscale: #818181. Windows color (decimal): -7309170 or 9336976. OLE color: 9336976.

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

Color convert

RGB144120142-
CMYK00.170.010.44
HSL305º9.76%51.76%-
HSV(B)305º16.67%56.47%-
XYZ23.121.3228.49-
YUV129.68134.95138.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=35.47%
G=29.56%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412014200.170.010.443059.7651.76
Hex90788E01112C131a34
Octal2201702160211544611264
Binary1001000011110001000111001000111011001001100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90788E;
 }
 .AnyTagClassName
 {
   color: #90788E;
 }
</style>
background-color css

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

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

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

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

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

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