Html Css Color HEX #8E797D Venus

📋 copy color: '#8E797D'

red 142 ◦ green 121 ◦ blue 125

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

Shades of Venus #8E797D

Tints of Venus #8E797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 36.6%
G = 31.19%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E797D (or 0x8E797D) is known color: Venus. HEX triplet: 8E, 79 and 7D. RGB value is (142,121,125). Sum of RGB (Red+Green+Blue) = 142+121+125=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 142 - color contains mainly: red. Hex color #8E797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E797D is #718682. Grayscale: #7F7F7F. Windows color (decimal): -7440003 or 8223118. OLE color: 8223118.

HSL color Cylindrical-coordinate representation of color #8E797D: hue angle of 348.57º 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 #8E797D is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 121 125 -
CMYK 0 0.15 0.12 0.44
HSL 348.57º 0.09% 0.52% -
HSV(B) 348.57º 0.15% 0.56% -
XYZ 21.69 20.91 22.29 -
YUV 127.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 142 121 125 0 0.15 0.12 0.44 348.57 0.09 0.52
Hex 8E 79 7D 0 F C 2C 15D 9 34
Octal 216 171 175 0 17 14 54 535 11 64
Binary 10001110 1111001 1111101 0 1111 1100 101100 101011101 1001 110100

Color Harmonies of #8E797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E797D

Black with #8E797D

Text Example


Text Example

White with #8E797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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