#8B756F

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

Shades of Hemp #8B756F

Tints of Hemp #8B756F

Color information

#8B756F (or 0x8B756F) is unknown color: approx Hemp. HEX triplet: 8B, 75 and 6F. RGB value is (139,117,111). Sum of RGB (Red+Green+Blue) = 139+117+111=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B756F is #748A90. Grayscale: #7A7A7A. Windows color (decimal): -7637649 or 7304587. OLE color: 7304587.

HSL color Cylindrical-coordinate representation of color #8B756F: hue angle of 12.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B756F is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB139117111-
CMYK00.160.200.45
HSL12.86º11.2%49.02%-
HSV(B)12.86º20.14%54.51%-
XYZ19.8819.3617.73-
YUV122.89121.29139.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=37.87%
G=31.88%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911711100.160.200.4512.8611.249.02
Hex8B756F010142Ddb31
Octal2131651570202455151361
Binary10001011111010111011110100001010010110111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B756F; }

 p { color: rgb(139,117,111); }

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

<style>
 a { background-color: #8B756F; }

 a { background-color: rgb(139,117,111); }

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

<style>
 span { border-color: #8B756F; }

 span { border-color: rgb(139,117,111); }

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