Html Css Color HEX #8D717C Venus

📋 copy color: '#8D717C'

red 141 ◦ green 113 ◦ blue 124

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

Shades of Venus #8D717C

Tints of Venus #8D717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 37.3%
G = 29.89%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D717C (or 0x8D717C) is known color: Venus. HEX triplet: 8D, 71 and 7C. RGB value is (141,113,124). Sum of RGB (Red+Green+Blue) = 141+113+124=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 141 - color contains mainly: red. Hex color #8D717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D717C is #728E83. Grayscale: #7A7A7A. Windows color (decimal): -7507588 or 8155533. OLE color: 8155533.

HSL color Cylindrical-coordinate representation of color #8D717C: hue angle of 336.43º 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 #8D717C is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 113 124 -
CMYK 0 0.20 0.12 0.45
HSL 336.43º 0.11% 0.5% -
HSV(B) 336.43º 0.2% 0.55% -
XYZ 20.53 18.93 21.64 -
YUV 122.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 141 113 124 0 0.20 0.12 0.45 336.43 0.11 0.5
Hex 8D 71 7C 0 14 C 2D 150 B 32
Octal 215 161 174 0 24 14 55 520 13 62
Binary 10001101 1110001 1111100 0 10100 1100 101101 101010000 1011 110010

Color Harmonies of #8D717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D717C

Black with #8D717C

Text Example


Text Example

White with #8D717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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