Html Css Color HEX #8E707A Venus

📋 copy color: '#8E707A'

red 142 ◦ green 112 ◦ blue 122

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

Shades of Venus #8E707A

Tints of Venus #8E707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 37.77%
G = 29.79%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E707A (or 0x8E707A) is known color: Venus. HEX triplet: 8E, 70 and 7A. RGB value is (142,112,122). Sum of RGB (Red+Green+Blue) = 142+112+122=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E707A is #718F85. Grayscale: #7A7A7A. Windows color (decimal): -7442310 or 8024206. OLE color: 8024206.

HSL color Cylindrical-coordinate representation of color #8E707A: hue angle of 340º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E707A is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 112 122 -
CMYK 0 0.21 0.14 0.44
HSL 340º 0.12% 0.5% -
HSV(B) 340º 0.21% 0.56% -
XYZ 20.46 18.74 20.95 -
YUV 122.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 142 112 122 0 0.21 0.14 0.44 340 0.12 0.5
Hex 8E 70 7A 0 15 E 2C 154 C 32
Octal 216 160 172 0 25 16 54 524 14 62
Binary 10001110 1110000 1111010 0 10101 1110 101100 101010100 1100 110010

Color Harmonies of #8E707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E707A

Black with #8E707A

Text Example


Text Example

White with #8E707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,122); }

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

background-color css

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

 a { background-color: rgb(142,112,122); }

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

border-color css

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

 span { border-color: rgb(142,112,122); }

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