#90768F

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

Shades of Taupe Grey #90768F

Tints of Taupe Grey #90768F

Color information

#90768F (or 0x90768F) is unknown color: approx Taupe Grey. HEX triplet: 90, 76 and 8F. RGB value is (144,118,143). Sum of RGB (Red+Green+Blue) = 144+118+143=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #90768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90768F is #6F8970. Grayscale: #808080. Windows color (decimal): -7309681 or 9402000. OLE color: 9402000.

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

Color convert

RGB144118143-
CMYK00.180.010.44
HSL302.31º10.48%51.37%-
HSV(B)302.31º18.06%56.47%-
XYZ22.9420.8728.81-
YUV128.62136.11138.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=35.56%
G=29.14%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411814300.180.010.44302.3110.4851.37
Hex90768F01212C12ea33
Octal2201662170221544561263
Binary1001000011101101000111101001011011001001011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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