#9B7F77

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

Shades of Hemp #9B7F77

Tints of Hemp #9B7F77

Color information

#9B7F77 (or 0x9B7F77) is unknown color: approx Hemp. HEX triplet: 9B, 7F and 77. RGB value is (155,127,119). Sum of RGB (Red+Green+Blue) = 155+127+119=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F77 is #648088. Grayscale: #868686. Windows color (decimal): -6586505 or 7831451. OLE color: 7831451.

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

Color convert

RGB155127119-
CMYK00.180.230.39
HSL13.33º15.25%53.73%-
HSV(B)13.33º23.23%60.78%-
XYZ24.4423.4820.7-
YUV134.46119.28142.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=38.65%
G=31.67%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512711900.180.230.3913.3315.2553.73
Hex9B7F770121727df36
Octal2331771670222747151766
Binary10011011111111111101110100101011110011111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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