Html Css Color HEX #8D7A75 Hemp

📋 copy color: '#8D7A75'

red 141 ◦ green 122 ◦ blue 117

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

Shades of Hemp #8D7A75

Tints of Hemp #8D7A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 37.11%
G = 32.11%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D7A75 (or 0x8D7A75) is known color: Hemp. HEX triplet: 8D, 7A and 75. RGB value is (141,122,117). Sum of RGB (Red+Green+Blue) = 141+122+117=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7A75 is #72858A. Grayscale: #7F7F7F. Windows color (decimal): -7505291 or 7699085. OLE color: 7699085.

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

Color convert

RGB 141 122 117 -
CMYK 0 0.13 0.17 0.45
HSL 12.5º 0.1% 0.51% -
HSV(B) 12.5º 0.17% 0.55% -
XYZ 21.15 20.87 19.74 -
YUV 127.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 141 122 117 0 0.13 0.17 0.45 12.5 0.1 0.51
Hex 8D 7A 75 0 D 11 2D C A 33
Octal 215 172 165 0 15 21 55 14 12 63
Binary 10001101 1111010 1110101 0 1101 10001 101101 1100 1010 110011

Color Harmonies of #8D7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7A75

Black with #8D7A75

Text Example


Text Example

White with #8D7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,122,117); }

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

background-color css

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

 a { background-color: rgb(141,122,117); }

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

border-color css

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

 span { border-color: rgb(141,122,117); }

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