Html Css Color HEX #8E7F80 Venus

📋 copy color: '#8E7F80'

red 142 ◦ green 127 ◦ blue 128

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

Shades of Venus #8E7F80

Tints of Venus #8E7F80

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 35.77%
G = 31.99%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8E7F80 (or 0x8E7F80) is known color: Venus. HEX triplet: 8E, 7F and 80. RGB value is (142,127,128). Sum of RGB (Red+Green+Blue) = 142+127+128=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7F80 is #71807F. Grayscale: #838383. Windows color (decimal): -7438464 or 8421262. OLE color: 8421262.

HSL color Cylindrical-coordinate representation of color #8E7F80: hue angle of 356º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E7F80 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 127 128 -
CMYK 0 0.11 0.10 0.44
HSL 356º 0.06% 0.53% -
HSV(B) 356º 0.11% 0.56% -
XYZ 22.64 22.49 23.57 -
YUV 131.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 142 127 128 0 0.11 0.10 0.44 356 0.06 0.53
Hex 8E 7F 80 0 B A 2C 164 6 35
Octal 216 177 200 0 13 12 54 544 6 65
Binary 10001110 1111111 10000000 0 1011 1010 101100 101100100 110 110101

Color Harmonies of #8E7F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7F80

Black with #8E7F80

Text Example


Text Example

White with #8E7F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,127,128); }

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

background-color css

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

 a { background-color: rgb(142,127,128); }

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

border-color css

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

 span { border-color: rgb(142,127,128); }

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