Html Css Color HEX #8D7379 Venus

📋 copy color: '#8D7379'

red 141 ◦ green 115 ◦ blue 121

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

Shades of Venus #8D7379

Tints of Venus #8D7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 37.4%
G = 30.5%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8D7379 (or 0x8D7379) is known color: Venus. HEX triplet: 8D, 73 and 79. RGB value is (141,115,121). Sum of RGB (Red+Green+Blue) = 141+115+121=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7379 is #728C86. Grayscale: #7B7B7B. Windows color (decimal): -7507079 or 7959437. OLE color: 7959437.

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

Color convert

RGB 141 115 121 -
CMYK 0 0.18 0.14 0.45
HSL 346.15º 0.1% 0.5% -
HSV(B) 346.15º 0.18% 0.55% -
XYZ 20.57 19.3 20.73 -
YUV 123.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 141 115 121 0 0.18 0.14 0.45 346.15 0.1 0.5
Hex 8D 73 79 0 12 E 2D 15A A 32
Octal 215 163 171 0 22 16 55 532 12 62
Binary 10001101 1110011 1111001 0 10010 1110 101101 101011010 1010 110010

Color Harmonies of #8D7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7379

Black with #8D7379

Text Example


Text Example

White with #8D7379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,115,121); }

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

background-color css

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

 a { background-color: rgb(141,115,121); }

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

border-color css

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

 span { border-color: rgb(141,115,121); }

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