#9B907C

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

Shades of Heathered Grey #9B907C

Tints of Heathered Grey #9B907C

Color information

#9B907C (or 0x9B907C) is unknown color: approx Heathered Grey. HEX triplet: 9B, 90 and 7C. RGB value is (155,144,124). Sum of RGB (Red+Green+Blue) = 155+144+124=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B907C is #646F83. Grayscale: #919191. Windows color (decimal): -6582148 or 8163483. OLE color: 8163483.

HSL color Cylindrical-coordinate representation of color #9B907C: hue angle of 38.71º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B907C is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB155144124-
CMYK00.070.20.39
HSL38.71º13.42%54.71%-
HSV(B)38.71º20%60.78%-
XYZ27.1328.3723.11-
YUV145.01116.14135.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=36.64%
G=34.04%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514412400.070.20.3938.7113.4254.71
Hex9B907C07142727d37
Octal233220174072447471567
Binary100110111001000011111000111101001001111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B907C; }

 p { color: rgb(155,144,124); }

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

<style>
 a { background-color: #9B907C; }

 a { background-color: rgb(155,144,124); }

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

<style>
 span { border-color: #9B907C; }

 span { border-color: rgb(155,144,124); }

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