#9C7770

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

Shades of Hemp #9C7770

Tints of Hemp #9C7770

Color information

#9C7770 (or 0x9C7770) is unknown color: approx Hemp. HEX triplet: 9C, 77 and 70. RGB value is (156,119,112). Sum of RGB (Red+Green+Blue) = 156+119+112=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7770 is #63888F. Grayscale: #818181. Windows color (decimal): -6523024 or 7370652. OLE color: 7370652.

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

Color convert

RGB156119112-
CMYK00.240.280.39
HSL9.55º18.18%52.55%-
HSV(B)9.55º28.21%61.18%-
XYZ23.2321.4318.24-
YUV129.26118.26147.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=40.31%
G=30.75%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611911200.240.280.399.5518.1852.55
Hex9C77700181C27a1235
Octal2341671600303447122265
Binary100111001110111111000001100011100100111101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,119,112); }

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

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

 a { background-color: rgb(156,119,112); }

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

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

 span { border-color: rgb(156,119,112); }

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