Html Css Color HEX #8F707B Venus

📋 copy color: '#8F707B'

red 143 ◦ green 112 ◦ blue 123

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

Shades of Venus #8F707B

Tints of Venus #8F707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 37.83%
G = 29.63%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8F707B (or 0x8F707B) is known color: Venus. HEX triplet: 8F, 70 and 7B. RGB value is (143,112,123). Sum of RGB (Red+Green+Blue) = 143+112+123=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F707B is #708F84. Grayscale: #7A7A7A. Windows color (decimal): -7376773 or 8089743. OLE color: 8089743.

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

Color convert

RGB 143 112 123 -
CMYK 0 0.22 0.14 0.44
HSL 338.71º 0.12% 0.5% -
HSV(B) 338.71º 0.22% 0.56% -
XYZ 20.7 18.86 21.29 -
YUV 122.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 143 112 123 0 0.22 0.14 0.44 338.71 0.12 0.5
Hex 8F 70 7B 0 16 E 2C 153 C 32
Octal 217 160 173 0 26 16 54 523 14 62
Binary 10001111 1110000 1111011 0 10110 1110 101100 101010011 1100 110010

Color Harmonies of #8F707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F707B

Black with #8F707B

Text Example


Text Example

White with #8F707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,112,123); }

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

background-color css

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

 a { background-color: rgb(143,112,123); }

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

border-color css

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

 span { border-color: rgb(143,112,123); }

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