Html Css Color HEX #8D727A Venus

📋 copy color: '#8D727A'

red 141 ◦ green 114 ◦ blue 122

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

Shades of Venus #8D727A

Tints of Venus #8D727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 37.4%
G = 30.24%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D727A (or 0x8D727A) is known color: Venus. HEX triplet: 8D, 72 and 7A. RGB value is (141,114,122). Sum of RGB (Red+Green+Blue) = 141+114+122=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D727A is #728D85. Grayscale: #7A7A7A. Windows color (decimal): -7507334 or 8024717. OLE color: 8024717.

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

Color convert

RGB 141 114 122 -
CMYK 0 0.19 0.13 0.45
HSL 342.22º 0.11% 0.5% -
HSV(B) 342.22º 0.19% 0.55% -
XYZ 20.51 19.1 21.02 -
YUV 122.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 141 114 122 0 0.19 0.13 0.45 342.22 0.11 0.5
Hex 8D 72 7A 0 13 D 2D 156 B 32
Octal 215 162 172 0 23 15 55 526 13 62
Binary 10001101 1110010 1111010 0 10011 1101 101101 101010110 1011 110010

Color Harmonies of #8D727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D727A

Black with #8D727A

Text Example


Text Example

White with #8D727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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