#907E8B

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

Shades of Taupe Grey #907E8B

Tints of Taupe Grey #907E8B

Color information

#907E8B (or 0x907E8B) is unknown color: approx Taupe Grey. HEX triplet: 90, 7E and 8B. RGB value is (144,126,139). Sum of RGB (Red+Green+Blue) = 144+126+139=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #907E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907E8B is #6F8174. Grayscale: #848484. Windows color (decimal): -7307637 or 9141904. OLE color: 9141904.

HSL color Cylindrical-coordinate representation of color #907E8B: hue angle of 316.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #907E8B is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144126139-
CMYK00.120.030.44
HSL316.67º7.5%52.94%-
HSV(B)316.67º12.5%56.47%-
XYZ23.6222.7227.57-
YUV132.86131.46135.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 126 (49.61% from 255) = 30.81%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=35.21%
G=30.81%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412613900.120.030.44316.677.552.94
Hex907E8B0C32C13d835
Octal2201762130143544751065
Binary1001000011111101000101101100111011001001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,126,139); }

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

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

 a { background-color: rgb(144,126,139); }

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

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

 span { border-color: rgb(144,126,139); }

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