Html Css Color HEX #8C746C Hemp

📋 copy color: '#8C746C'

red 140 ◦ green 116 ◦ blue 108

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

Shades of Hemp #8C746C

Tints of Hemp #8C746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 38.46%
G = 31.87%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C746C (or 0x8C746C) is known color: Hemp. HEX triplet: 8C, 74 and 6C. RGB value is (140,116,108). Sum of RGB (Red+Green+Blue) = 140+116+108=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C746C is #738B93. Grayscale: #7A7A7A. Windows color (decimal): -7572372 or 7107724. OLE color: 7107724.

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

Color convert

RGB 140 116 108 -
CMYK 0 0.17 0.23 0.45
HSL 15º 0.13% 0.49% -
HSV(B) 15º 0.23% 0.55% -
XYZ 19.77 19.15 16.84 -
YUV 122.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 140 116 108 0 0.17 0.23 0.45 15 0.13 0.49
Hex 8C 74 6C 0 11 17 2D F D 31
Octal 214 164 154 0 21 27 55 17 15 61
Binary 10001100 1110100 1101100 0 10001 10111 101101 1111 1101 110001

Color Harmonies of #8C746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C746C

Black with #8C746C

Text Example


Text Example

White with #8C746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,108); }

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

background-color css

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

 a { background-color: rgb(140,116,108); }

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

border-color css

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

 span { border-color: rgb(140,116,108); }

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