Html Css Color HEX #8E717A Venus

📋 copy color: '#8E717A'

red 142 ◦ green 113 ◦ blue 122

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

Shades of Venus #8E717A

Tints of Venus #8E717A

RGB

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

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

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

R = 37.67%
G = 29.97%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E717A (or 0x8E717A) is known color: Venus. HEX triplet: 8E, 71 and 7A. RGB value is (142,113,122). Sum of RGB (Red+Green+Blue) = 142+113+122=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E717A is #718E85. Grayscale: #7A7A7A. Windows color (decimal): -7442054 or 8024462. OLE color: 8024462.

HSL color Cylindrical-coordinate representation of color #8E717A: hue angle of 341.38º 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 #8E717A is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 113 122 -
CMYK 0 0.20 0.14 0.44
HSL 341.38º 0.11% 0.5% -
HSV(B) 341.38º 0.2% 0.56% -
XYZ 20.57 18.97 20.99 -
YUV 122.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 142 113 122 0 0.20 0.14 0.44 341.38 0.11 0.5
Hex 8E 71 7A 0 14 E 2C 155 B 32
Octal 216 161 172 0 24 16 54 525 13 62
Binary 10001110 1110001 1111010 0 10100 1110 101100 101010101 1011 110010

Color Harmonies of #8E717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E717A

Black with #8E717A

Text Example


Text Example

White with #8E717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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