#908A7B

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

Shades of Heathered Grey #908A7B

Tints of Heathered Grey #908A7B

Color information

#908A7B (or 0x908A7B) is unknown color: approx Heathered Grey. HEX triplet: 90, 8A and 7B. RGB value is (144,138,123). Sum of RGB (Red+Green+Blue) = 144+138+123=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #908A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A7B is #6F7584. Grayscale: #8A8A8A. Windows color (decimal): -7304581 or 8096400. OLE color: 8096400.

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

Color convert

RGB144138123-
CMYK00.040.150.44
HSL42.86º8.64%52.35%-
HSV(B)42.86º14.58%56.47%-
XYZ24.1725.5422.39-
YUV138.08119.49132.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=35.56%
G=34.07%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413812300.040.150.4442.868.6452.35
Hex908A7B04F2C2b934
Octal220212173041754531164
Binary10010000100010101111011010011111011001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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