#9B907F

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

Shades of Heathered Grey #9B907F

Tints of Heathered Grey #9B907F

Color information

#9B907F (or 0x9B907F) is unknown color: approx Heathered Grey. HEX triplet: 9B, 90 and 7F. RGB value is (155,144,127). Sum of RGB (Red+Green+Blue) = 155+144+127=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B907F is #646F80. Grayscale: #919191. Windows color (decimal): -6582145 or 8360091. OLE color: 8360091.

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

Color convert

RGB155144127-
CMYK00.070.180.39
HSL36.43º12.28%55.29%-
HSV(B)36.43º18.06%60.78%-
XYZ27.3228.4524.13-
YUV145.35117.64134.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 127 (50% from 255) = 29.81%
R=36.38%
G=33.80%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514412700.070.180.3936.4312.2855.29
Hex9B907F07122724c37
Octal233220177072247441467
Binary100110111001000011111110111100101001111001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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