Html Css Color HEX #8E7E81 Venus

📋 copy color: '#8E7E81'

red 142 ◦ green 126 ◦ blue 129

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

Shades of Venus #8E7E81

Tints of Venus #8E7E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.74%

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 35.77%
G = 31.74%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E7E81 (or 0x8E7E81) is known color: Venus. HEX triplet: 8E, 7E and 81. RGB value is (142,126,129). Sum of RGB (Red+Green+Blue) = 142+126+129=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7E81 is #71817E. Grayscale: #838383. Windows color (decimal): -7438719 or 8486542. OLE color: 8486542.

HSL color Cylindrical-coordinate representation of color #8E7E81: hue angle of 348.75º degrees, saturation: 0.07, 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 #8E7E81 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 126 129 -
CMYK 0 0.11 0.09 0.44
HSL 348.75º 0.07% 0.53% -
HSV(B) 348.75º 0.11% 0.56% -
XYZ 22.58 22.26 23.87 -
YUV 131.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 142 126 129 0 0.11 0.09 0.44 348.75 0.07 0.53
Hex 8E 7E 81 0 B 9 2C 15D 7 35
Octal 216 176 201 0 13 11 54 535 7 65
Binary 10001110 1111110 10000001 0 1011 1001 101100 101011101 111 110101

Color Harmonies of #8E7E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7E81

Black with #8E7E81

Text Example


Text Example

White with #8E7E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,126,129); }

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

background-color css

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

 a { background-color: rgb(142,126,129); }

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

border-color css

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

 span { border-color: rgb(142,126,129); }

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