Html Css Color HEX #8D7A80 Venus

📋 copy color: '#8D7A80'

red 141 ◦ green 122 ◦ blue 128

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

Shades of Venus #8D7A80

Tints of Venus #8D7A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 36.06%
G = 31.2%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D7A80 (or 0x8D7A80) is known color: Venus. HEX triplet: 8D, 7A and 80. RGB value is (141,122,128). Sum of RGB (Red+Green+Blue) = 141+122+128=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7A80 is #72857F. Grayscale: #808080. Windows color (decimal): -7505280 or 8419981. OLE color: 8419981.

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

Color convert

RGB 141 122 128 -
CMYK 0 0.13 0.09 0.45
HSL 341.05º 0.08% 0.52% -
HSV(B) 341.05º 0.13% 0.55% -
XYZ 21.84 21.14 23.35 -
YUV 128.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 141 122 128 0 0.13 0.09 0.45 341.05 0.08 0.52
Hex 8D 7A 80 0 D 9 2D 155 8 34
Octal 215 172 200 0 15 11 55 525 10 64
Binary 10001101 1111010 10000000 0 1101 1001 101101 101010101 1000 110100

Color Harmonies of #8D7A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7A80

Black with #8D7A80

Text Example


Text Example

White with #8D7A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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