Html Css Color HEX #8F737B Venus

📋 copy color: '#8F737B'

red 143 ◦ green 115 ◦ blue 123

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

Shades of Venus #8F737B

Tints of Venus #8F737B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

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

R = 37.53%
G = 30.18%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8F737B (or 0x8F737B) is known color: Venus. HEX triplet: 8F, 73 and 7B. RGB value is (143,115,123). Sum of RGB (Red+Green+Blue) = 143+115+123=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F737B is #708C84. Grayscale: #7C7C7C. Windows color (decimal): -7376005 or 8090511. OLE color: 8090511.

HSL color Cylindrical-coordinate representation of color #8F737B: hue angle of 342.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F737B is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 115 123 -
CMYK 0 0.20 0.14 0.44
HSL 342.86º 0.11% 0.51% -
HSV(B) 342.86º 0.2% 0.56% -
XYZ 21.03 19.53 21.4 -
YUV 124.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 143 115 123 0 0.20 0.14 0.44 342.86 0.11 0.51
Hex 8F 73 7B 0 14 E 2C 157 B 33
Octal 217 163 173 0 24 16 54 527 13 63
Binary 10001111 1110011 1111011 0 10100 1110 101100 101010111 1011 110011

Color Harmonies of #8F737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F737B

Black with #8F737B

Text Example


Text Example

White with #8F737B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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