#9B7771

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

Shades of Hemp #9B7771

Tints of Hemp #9B7771

Color information

#9B7771 (or 0x9B7771) is unknown color: approx Hemp. HEX triplet: 9B, 77 and 71. RGB value is (155,119,113). Sum of RGB (Red+Green+Blue) = 155+119+113=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7771 is #64888E. Grayscale: #818181. Windows color (decimal): -6588559 or 7436187. OLE color: 7436187.

HSL color Cylindrical-coordinate representation of color #9B7771: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7771 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB155119113-
CMYK00.230.270.39
HSL8.57º17.36%52.55%-
HSV(B)8.57º27.1%60.78%-
XYZ23.121.3518.53-
YUV129.08118.93146.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=40.05%
G=30.75%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511911300.230.270.398.5717.3652.55
Hex9B77710171B2791135
Octal2331671610273347112165
Binary100110111110111111000101011111011100111100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,119,113); }

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

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

 a { background-color: rgb(155,119,113); }

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

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

 span { border-color: rgb(155,119,113); }

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