Html Css Color HEX #8F737A Venus

📋 copy color: '#8F737A'

red 143 ◦ green 115 ◦ blue 122

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

Shades of Venus #8F737A

Tints of Venus #8F737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 37.63%
G = 30.26%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F737A (or 0x8F737A) is known color: Venus. HEX triplet: 8F, 73 and 7A. RGB value is (143,115,122). Sum of RGB (Red+Green+Blue) = 143+115+122=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F737A is #708C85. Grayscale: #7C7C7C. Windows color (decimal): -7376006 or 8024975. OLE color: 8024975.

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

Color convert

RGB 143 115 122 -
CMYK 0 0.20 0.15 0.44
HSL 345º 0.11% 0.51% -
HSV(B) 345º 0.2% 0.56% -
XYZ 20.97 19.51 21.07 -
YUV 124.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 143 115 122 0 0.20 0.15 0.44 345 0.11 0.51
Hex 8F 73 7A 0 14 F 2C 159 B 33
Octal 217 163 172 0 24 17 54 531 13 63
Binary 10001111 1110011 1111010 0 10100 1111 101100 101011001 1011 110011

Color Harmonies of #8F737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F737A

Black with #8F737A

Text Example


Text Example

White with #8F737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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