Html Css Color HEX #8F767C Venus

📋 copy color: '#8F767C'

red 143 ◦ green 118 ◦ blue 124

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

Shades of Venus #8F767C

Tints of Venus #8F767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 37.14%
G = 30.65%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F767C (or 0x8F767C) is known color: Venus. HEX triplet: 8F, 76 and 7C. RGB value is (143,118,124). Sum of RGB (Red+Green+Blue) = 143+118+124=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F767C is #708983. Grayscale: #7E7E7E. Windows color (decimal): -7375236 or 8156815. OLE color: 8156815.

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

Color convert

RGB 143 118 124 -
CMYK 0 0.17 0.13 0.44
HSL 345.6º 0.1% 0.51% -
HSV(B) 345.6º 0.17% 0.56% -
XYZ 21.44 20.25 21.85 -
YUV 126.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 143 118 124 0 0.17 0.13 0.44 345.6 0.1 0.51
Hex 8F 76 7C 0 11 D 2C 15A A 33
Octal 217 166 174 0 21 15 54 532 12 63
Binary 10001111 1110110 1111100 0 10001 1101 101100 101011010 1010 110011

Color Harmonies of #8F767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F767C

Black with #8F767C

Text Example


Text Example

White with #8F767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,118,124); }

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

background-color css

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

 a { background-color: rgb(143,118,124); }

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

border-color css

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

 span { border-color: rgb(143,118,124); }

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