Html Css Color HEX #8D717D Venus

📋 copy color: '#8D717D'

red 141 ◦ green 113 ◦ blue 125

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

Shades of Venus #8D717D

Tints of Venus #8D717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 37.2%
G = 29.82%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D717D (or 0x8D717D) is known color: Venus. HEX triplet: 8D, 71 and 7D. RGB value is (141,113,125). Sum of RGB (Red+Green+Blue) = 141+113+125=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D717D is #728E82. Grayscale: #7A7A7A. Windows color (decimal): -7507587 or 8221069. OLE color: 8221069.

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

Color convert

RGB 141 113 125 -
CMYK 0 0.20 0.11 0.45
HSL 334.29º 0.11% 0.5% -
HSV(B) 334.29º 0.2% 0.55% -
XYZ 20.59 18.95 21.98 -
YUV 122.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 141 113 125 0 0.20 0.11 0.45 334.29 0.11 0.5
Hex 8D 71 7D 0 14 B 2D 14E B 32
Octal 215 161 175 0 24 13 55 516 13 62
Binary 10001101 1110001 1111101 0 10100 1011 101101 101001110 1011 110010

Color Harmonies of #8D717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D717D

Black with #8D717D

Text Example


Text Example

White with #8D717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,113,125); }

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

background-color css

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

 a { background-color: rgb(141,113,125); }

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

border-color css

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

 span { border-color: rgb(141,113,125); }

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