#907B8B

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

Shades of Taupe Grey #907B8B

Tints of Taupe Grey #907B8B

Color information

#907B8B (or 0x907B8B) is unknown color: approx Taupe Grey. HEX triplet: 90, 7B and 8B. RGB value is (144,123,139). Sum of RGB (Red+Green+Blue) = 144+123+139=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 144 - color contains mainly: red. Hex color #907B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907B8B is #6F8474. Grayscale: #838383. Windows color (decimal): -7308405 or 9141136. OLE color: 9141136.

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

Color convert

RGB144123139-
CMYK00.150.030.44
HSL314.29º8.64%52.35%-
HSV(B)314.29º14.58%56.47%-
XYZ23.2421.9627.44-
YUV131.1132.46137.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=35.47%
G=30.30%
B=34.24%

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
Decimal14412313900.150.030.44314.298.6452.35
Hex907B8B0F32C13a934
Octal2201732130173544721164
Binary1001000011110111000101101111111011001001110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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