Html Css Color HEX #8F787D Venus

📋 copy color: '#8F787D'

red 143 ◦ green 120 ◦ blue 125

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

Shades of Venus #8F787D

Tints of Venus #8F787D

RGB

 RED value IS 143 (56.25% from 255) = 36.86%

 GREEN value IS 120 (47.27% from 255) = 30.93%

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

R = 36.86%
G = 30.93%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F787D (or 0x8F787D) is known color: Venus. HEX triplet: 8F, 78 and 7D. RGB value is (143,120,125). Sum of RGB (Red+Green+Blue) = 143+120+125=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F787D is #708782. Grayscale: #7F7F7F. Windows color (decimal): -7374723 or 8222863. OLE color: 8222863.

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

Color convert

RGB 143 120 125 -
CMYK 0 0.16 0.13 0.44
HSL 346.96º 0.09% 0.52% -
HSV(B) 346.96º 0.16% 0.56% -
XYZ 21.75 20.75 22.26 -
YUV 127.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 143 120 125 0 0.16 0.13 0.44 346.96 0.09 0.52
Hex 8F 78 7D 0 10 D 2C 15B 9 34
Octal 217 170 175 0 20 15 54 533 11 64
Binary 10001111 1111000 1111101 0 10000 1101 101100 101011011 1001 110100

Color Harmonies of #8F787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F787D

Black with #8F787D

Text Example


Text Example

White with #8F787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,120,125); }

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

background-color css

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

 a { background-color: rgb(143,120,125); }

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

border-color css

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

 span { border-color: rgb(143,120,125); }

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