Html Css Color HEX #8D766E Hemp

📋 copy color: '#8D766E'

red 141 ◦ green 118 ◦ blue 110

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

Shades of Hemp #8D766E

Tints of Hemp #8D766E

RGB

 RED value IS 141 (55.47% from 255) = 38.21%

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 38.21%
G = 31.98%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D766E (or 0x8D766E) is known color: Hemp. HEX triplet: 8D, 76 and 6E. RGB value is (141,118,110). Sum of RGB (Red+Green+Blue) = 141+118+110=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D766E is #728991. Grayscale: #7C7C7C. Windows color (decimal): -7506322 or 7239309. OLE color: 7239309.

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

Color convert

RGB 141 118 110 -
CMYK 0 0.16 0.22 0.45
HSL 15.48º 0.12% 0.49% -
HSV(B) 15.48º 0.22% 0.55% -
XYZ 20.28 19.75 17.49 -
YUV 123.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 141 118 110 0 0.16 0.22 0.45 15.48 0.12 0.49
Hex 8D 76 6E 0 10 16 2D F C 31
Octal 215 166 156 0 20 26 55 17 14 61
Binary 10001101 1110110 1101110 0 10000 10110 101101 1111 1100 110001

Color Harmonies of #8D766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D766E

Black with #8D766E

Text Example


Text Example

White with #8D766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,118,110); }

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

background-color css

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

 a { background-color: rgb(141,118,110); }

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

border-color css

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

 span { border-color: rgb(141,118,110); }

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