Html Css Color HEX #8D787D Venus

📋 copy color: '#8D787D'

red 141 ◦ green 120 ◦ blue 125

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

Shades of Venus #8D787D

Tints of Venus #8D787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

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

R = 36.53%
G = 31.09%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D787D (or 0x8D787D) is known color: Venus. HEX triplet: 8D, 78 and 7D. RGB value is (141,120,125). Sum of RGB (Red+Green+Blue) = 141+120+125=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D787D is #728782. Grayscale: #7E7E7E. Windows color (decimal): -7505795 or 8222861. OLE color: 8222861.

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

Color convert

RGB 141 120 125 -
CMYK 0 0.15 0.11 0.45
HSL 345.71º 0.08% 0.51% -
HSV(B) 345.71º 0.15% 0.55% -
XYZ 21.4 20.58 22.25 -
YUV 126.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 141 120 125 0 0.15 0.11 0.45 345.71 0.08 0.51
Hex 8D 78 7D 0 F B 2D 15A 8 33
Octal 215 170 175 0 17 13 55 532 10 63
Binary 10001101 1111000 1111101 0 1111 1011 101101 101011010 1000 110011

Color Harmonies of #8D787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D787D

Black with #8D787D

Text Example


Text Example

White with #8D787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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