#907A8D

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

Shades of Taupe Grey #907A8D

Tints of Taupe Grey #907A8D

Color information

#907A8D (or 0x907A8D) is unknown color: approx Taupe Grey. HEX triplet: 90, 7A and 8D. RGB value is (144,122,141). Sum of RGB (Red+Green+Blue) = 144+122+141=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #907A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907A8D is #6F8572. Grayscale: #828282. Windows color (decimal): -7308659 or 9271952. OLE color: 9271952.

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

Color convert

RGB144122141-
CMYK00.150.020.44
HSL308.18º9.02%52.16%-
HSV(B)308.18º15.28%56.47%-
XYZ23.2721.7728.18-
YUV130.74133.79137.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=35.38%
G=29.98%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412214100.150.020.44308.189.0252.16
Hex907A8D0F22C134934
Octal2201722150172544641164
Binary1001000011110101000110101111101011001001101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907A8D; }

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

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

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

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

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

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

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

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