#908B7B

Color #908B7B Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #908B7B

Tints of Heathered Grey #908B7B

Color information

#908B7B (or 0x908B7B) is unknown color: approx Heathered Grey. HEX triplet: 90, 8B and 7B. RGB value is (144,139,123). Sum of RGB (Red+Green+Blue) = 144+139+123=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 144 - color contains mainly: red. Hex color #908B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B7B is #6F7484. Grayscale: #8A8A8A. Windows color (decimal): -7304325 or 8096656. OLE color: 8096656.

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

Color convert

RGB144139123-
CMYK00.030.150.44
HSL45.71º8.64%52.35%-
HSV(B)45.71º14.58%56.47%-
XYZ24.3125.8222.44-
YUV138.67119.16131.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413912300.030.150.4445.718.6452.35
Hex908B7B03F2C2e934
Octal220213173031754561164
Binary1001000010001011111101101111111011001011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908B7B; }

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

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

<style>
 a { background-color: #908B7B; }

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

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

<style>
 span { border-color: #908B7B; }

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

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