#90768D

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

Shades of Taupe Grey #90768D

Tints of Taupe Grey #90768D

Color information

#90768D (or 0x90768D) is unknown color: approx Taupe Grey. HEX triplet: 90, 76 and 8D. RGB value is (144,118,141). Sum of RGB (Red+Green+Blue) = 144+118+141=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #90768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90768D is #6F8972. Grayscale: #808080. Windows color (decimal): -7309683 or 9270928. OLE color: 9270928.

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

Color convert

RGB144118141-
CMYK00.180.020.44
HSL306.92º10.48%51.37%-
HSV(B)306.92º18.06%56.47%-
XYZ22.7920.8128.01-
YUV128.4135.11139.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=35.73%
G=29.28%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411814100.180.020.44306.9210.4851.37
Hex90768D01222C133a33
Octal2201662150222544631263
Binary10010000111011010001101010010101011001001100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90768D; }

 p { color: rgb(144,118,141); }

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

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

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

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

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

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

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