Html Css Color HEX #8E878A Venus

📋 copy color: '#8E878A'

red 142 ◦ green 135 ◦ blue 138

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

Shades of Venus #8E878A

Tints of Venus #8E878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.53%

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 34.22%
G = 32.53%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E878A (or 0x8E878A) is known color: Venus. HEX triplet: 8E, 87 and 8A. RGB value is (142,135,138). Sum of RGB (Red+Green+Blue) = 142+135+138=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 142 - color contains mainly: red. Hex color #8E878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E878A is #717875. Grayscale: #898989. Windows color (decimal): -7436406 or 9078670. OLE color: 9078670.

HSL color Cylindrical-coordinate representation of color #8E878A: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E878A is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 135 138 -
CMYK 0 0.05 0.03 0.44
HSL 334.29º 0.03% 0.54% -
HSV(B) 334.29º 0.05% 0.56% -
XYZ 24.41 24.91 27.57 -
YUV 137.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 142 135 138 0 0.05 0.03 0.44 334.29 0.03 0.54
Hex 8E 87 8A 0 5 3 2C 14E 3 36
Octal 216 207 212 0 5 3 54 516 3 66
Binary 10001110 10000111 10001010 0 101 11 101100 101001110 11 110110

Color Harmonies of #8E878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E878A

Black with #8E878A

Text Example


Text Example

White with #8E878A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,135,138); }

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

background-color css

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

 a { background-color: rgb(142,135,138); }

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

border-color css

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

 span { border-color: rgb(142,135,138); }

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