Html Css Color HEX #8C7771 Hemp

📋 copy color: '#8C7771'

red 140 ◦ green 119 ◦ blue 113

#8C7771
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #8C7771

Tints of Hemp #8C7771

RGB

 RED value IS 140 (55.08% from 255) = 37.63%

 GREEN value IS 119 (46.88% from 255) = 31.99%

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 37.63%
G = 31.99%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8C7771 (or 0x8C7771) is known color: Hemp. HEX triplet: 8C, 77 and 71. RGB value is (140,119,113). Sum of RGB (Red+Green+Blue) = 140+119+113=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7771 is #73888E. Grayscale: #7C7C7C. Windows color (decimal): -7571599 or 7436172. OLE color: 7436172.

HSL color Cylindrical-coordinate representation of color #8C7771: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7771 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 119 113 -
CMYK 0 0.15 0.19 0.45
HSL 13.33º 0.11% 0.5% -
HSV(B) 13.33º 0.19% 0.55% -
XYZ 20.39 19.96 18.4 -
YUV 124.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 140 119 113 0 0.15 0.19 0.45 13.33 0.11 0.5
Hex 8C 77 71 0 F 13 2D D B 32
Octal 214 167 161 0 17 23 55 15 13 62
Binary 10001100 1110111 1110001 0 1111 10011 101101 1101 1011 110010

Color Harmonies of #8C7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7771

Black with #8C7771

Text Example


Text Example

White with #8C7771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C7771;
 }
 .AnyTagClassName
 {
   color: #8C7771;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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