#907B8C

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

Shades of Taupe Grey #907B8C

Tints of Taupe Grey #907B8C

Color information

#907B8C (or 0x907B8C) is unknown color: approx Taupe Grey. HEX triplet: 90, 7B and 8C. RGB value is (144,123,140). Sum of RGB (Red+Green+Blue) = 144+123+140=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #907B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907B8C is #6F8473. Grayscale: #838383. Windows color (decimal): -7308404 or 9206672. OLE color: 9206672.

HSL color Cylindrical-coordinate representation of color #907B8C: hue angle of 311.43º 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 #907B8C is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144123140-
CMYK00.150.030.44
HSL311.43º8.64%52.35%-
HSV(B)311.43º14.58%56.47%-
XYZ23.3221.9927.83-
YUV131.22132.96137.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=35.38%
G=30.22%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412314000.150.030.44311.438.6452.35
Hex907B8C0F32C137934
Octal2201732140173544671164
Binary1001000011110111000110001111111011001001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,123,140); }

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

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

 a { background-color: rgb(144,123,140); }

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

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

 span { border-color: rgb(144,123,140); }

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