Html Css Color HEX #8E767A Venus

📋 copy color: '#8E767A'

red 142 ◦ green 118 ◦ blue 122

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

Shades of Venus #8E767A

Tints of Venus #8E767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 37.17%
G = 30.89%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E767A (or 0x8E767A) is known color: Venus. HEX triplet: 8E, 76 and 7A. RGB value is (142,118,122). Sum of RGB (Red+Green+Blue) = 142+118+122=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E767A is #718985. Grayscale: #7D7D7D. Windows color (decimal): -7440774 or 8025742. OLE color: 8025742.

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

Color convert

RGB 142 118 122 -
CMYK 0 0.17 0.14 0.44
HSL 350º 0.1% 0.51% -
HSV(B) 350º 0.17% 0.56% -
XYZ 21.15 20.11 21.18 -
YUV 125.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 142 118 122 0 0.17 0.14 0.44 350 0.1 0.51
Hex 8E 76 7A 0 11 E 2C 15E A 33
Octal 216 166 172 0 21 16 54 536 12 63
Binary 10001110 1110110 1111010 0 10001 1110 101100 101011110 1010 110011

Color Harmonies of #8E767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E767A

Black with #8E767A

Text Example


Text Example

White with #8E767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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