Html Css Color HEX #8D787E Venus

📋 copy color: '#8D787E'

red 141 ◦ green 120 ◦ blue 126

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

Shades of Venus #8D787E

Tints of Venus #8D787E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 36.43%
G = 31.01%
B = 32.56%

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

#8D787E (or 0x8D787E) is known color: Venus. HEX triplet: 8D, 78 and 7E. RGB value is (141,120,126). Sum of RGB (Red+Green+Blue) = 141+120+126=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 141 - color contains mainly: red. Hex color #8D787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D787E is #728781. Grayscale: #7E7E7E. Windows color (decimal): -7505794 or 8288397. OLE color: 8288397.

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

Color convert

RGB 141 120 126 -
CMYK 0 0.15 0.11 0.45
HSL 342.86º 0.08% 0.51% -
HSV(B) 342.86º 0.15% 0.55% -
XYZ 21.47 20.6 22.58 -
YUV 126.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 141 120 126 0 0.15 0.11 0.45 342.86 0.08 0.51
Hex 8D 78 7E 0 F B 2D 157 8 33
Octal 215 170 176 0 17 13 55 527 10 63
Binary 10001101 1111000 1111110 0 1111 1011 101101 101010111 1000 110011

Color Harmonies of #8D787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D787E

Black with #8D787E

Text Example


Text Example

White with #8D787E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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