Html Css Color HEX #8E797F Venus

📋 copy color: '#8E797F'

red 142 ◦ green 121 ◦ blue 127

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

Shades of Venus #8E797F

Tints of Venus #8E797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 36.41%
G = 31.03%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E797F (or 0x8E797F) is known color: Venus. HEX triplet: 8E, 79 and 7F. RGB value is (142,121,127). Sum of RGB (Red+Green+Blue) = 142+121+127=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 142 - color contains mainly: red. Hex color #8E797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E797F is #718680. Grayscale: #7F7F7F. Windows color (decimal): -7440001 or 8354190. OLE color: 8354190.

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

Color convert

RGB 142 121 127 -
CMYK 0 0.15 0.11 0.44
HSL 342.86º 0.09% 0.52% -
HSV(B) 342.86º 0.15% 0.56% -
XYZ 21.82 20.96 22.97 -
YUV 127.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 142 121 127 0 0.15 0.11 0.44 342.86 0.09 0.52
Hex 8E 79 7F 0 F B 2C 157 9 34
Octal 216 171 177 0 17 13 54 527 11 64
Binary 10001110 1111001 1111111 0 1111 1011 101100 101010111 1001 110100

Color Harmonies of #8E797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E797F

Black with #8E797F

Text Example


Text Example

White with #8E797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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