Html Css Color HEX #8E7178 Venus

📋 copy color: '#8E7178'

red 142 ◦ green 113 ◦ blue 120

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

Shades of Venus #8E7178

Tints of Venus #8E7178

RGB

 RED value IS 142 (55.86% from 255) = 37.87%

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 120 (47.27% from 255) = 32%

R = 37.87%
G = 30.13%
B = 32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E7178 (or 0x8E7178) is known color: Venus. HEX triplet: 8E, 71 and 78. RGB value is (142,113,120). Sum of RGB (Red+Green+Blue) = 142+113+120=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7178 is #718E87. Grayscale: #7A7A7A. Windows color (decimal): -7442056 or 7893390. OLE color: 7893390.

HSL color Cylindrical-coordinate representation of color #8E7178: hue angle of 345.52º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7178 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 113 120 -
CMYK 0 0.20 0.15 0.44
HSL 345.52º 0.11% 0.5% -
HSV(B) 345.52º 0.2% 0.56% -
XYZ 20.45 18.92 20.34 -
YUV 122.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 142 113 120 0 0.20 0.15 0.44 345.52 0.11 0.5
Hex 8E 71 78 0 14 F 2C 15A B 32
Octal 216 161 170 0 24 17 54 532 13 62
Binary 10001110 1110001 1111000 0 10100 1111 101100 101011010 1011 110010

Color Harmonies of #8E7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7178

Black with #8E7178

Text Example


Text Example

White with #8E7178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,113,120); }

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

background-color css

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

 a { background-color: rgb(142,113,120); }

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

border-color css

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

 span { border-color: rgb(142,113,120); }

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