Html Css Color HEX #8F747A Venus

📋 copy color: '#8F747A'

red 143 ◦ green 116 ◦ blue 122

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

Shades of Venus #8F747A

Tints of Venus #8F747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.45%

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

R = 37.53%
G = 30.45%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F747A (or 0x8F747A) is known color: Venus. HEX triplet: 8F, 74 and 7A. RGB value is (143,116,122). Sum of RGB (Red+Green+Blue) = 143+116+122=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F747A is #708B85. Grayscale: #7C7C7C. Windows color (decimal): -7375750 or 8025231. OLE color: 8025231.

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

Color convert

RGB 143 116 122 -
CMYK 0 0.19 0.15 0.44
HSL 346.67º 0.11% 0.51% -
HSV(B) 346.67º 0.19% 0.56% -
XYZ 21.09 19.74 21.11 -
YUV 124.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 143 116 122 0 0.19 0.15 0.44 346.67 0.11 0.51
Hex 8F 74 7A 0 13 F 2C 15B B 33
Octal 217 164 172 0 23 17 54 533 13 63
Binary 10001111 1110100 1111010 0 10011 1111 101100 101011011 1011 110011

Color Harmonies of #8F747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F747A

Black with #8F747A

Text Example


Text Example

White with #8F747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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