Html Css Color HEX #8F7179 Venus

📋 copy color: '#8F7179'

red 143 ◦ green 113 ◦ blue 121

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

Shades of Venus #8F7179

Tints of Venus #8F7179

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 37.93%
G = 29.97%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F7179 (or 0x8F7179) is known color: Venus. HEX triplet: 8F, 71 and 79. RGB value is (143,113,121). Sum of RGB (Red+Green+Blue) = 143+113+121=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7179 is #708E86. Grayscale: #7A7A7A. Windows color (decimal): -7376519 or 7958927. OLE color: 7958927.

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

Color convert

RGB 143 113 121 -
CMYK 0 0.21 0.15 0.44
HSL 344º 0.12% 0.5% -
HSV(B) 344º 0.21% 0.56% -
XYZ 20.68 19.03 20.67 -
YUV 122.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 143 113 121 0 0.21 0.15 0.44 344 0.12 0.5
Hex 8F 71 79 0 15 F 2C 158 C 32
Octal 217 161 171 0 25 17 54 530 14 62
Binary 10001111 1110001 1111001 0 10101 1111 101100 101011000 1100 110010

Color Harmonies of #8F7179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7179

Black with #8F7179

Text Example


Text Example

White with #8F7179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,113,121); }

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

background-color css

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

 a { background-color: rgb(143,113,121); }

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

border-color css

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

 span { border-color: rgb(143,113,121); }

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