Html Css Color HEX #8D747E Venus

📋 copy color: '#8D747E'

red 141 ◦ green 116 ◦ blue 126

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

Shades of Venus #8D747E

Tints of Venus #8D747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

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

R = 36.81%
G = 30.29%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D747E (or 0x8D747E) is known color: Venus. HEX triplet: 8D, 74 and 7E. RGB value is (141,116,126). Sum of RGB (Red+Green+Blue) = 141+116+126=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D747E is #728B81. Grayscale: #7C7C7C. Windows color (decimal): -7506818 or 8287373. OLE color: 8287373.

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

Color convert

RGB 141 116 126 -
CMYK 0 0.18 0.11 0.45
HSL 336º 0.1% 0.5% -
HSV(B) 336º 0.18% 0.55% -
XYZ 21 19.66 22.43 -
YUV 124.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 141 116 126 0 0.18 0.11 0.45 336 0.1 0.5
Hex 8D 74 7E 0 12 B 2D 150 A 32
Octal 215 164 176 0 22 13 55 520 12 62
Binary 10001101 1110100 1111110 0 10010 1011 101101 101010000 1010 110010

Color Harmonies of #8D747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D747E

Black with #8D747E

Text Example


Text Example

White with #8D747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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