Html Css Color HEX #8F757A Venus

📋 copy color: '#8F757A'

red 143 ◦ green 117 ◦ blue 122

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

Shades of Venus #8F757A

Tints of Venus #8F757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

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

R = 37.43%
G = 30.63%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F757A (or 0x8F757A) is known color: Venus. HEX triplet: 8F, 75 and 7A. RGB value is (143,117,122). Sum of RGB (Red+Green+Blue) = 143+117+122=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F757A is #708A85. Grayscale: #7D7D7D. Windows color (decimal): -7375494 or 8025487. OLE color: 8025487.

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

Color convert

RGB 143 117 122 -
CMYK 0 0.18 0.15 0.44
HSL 348.46º 0.1% 0.51% -
HSV(B) 348.46º 0.18% 0.56% -
XYZ 21.2 19.97 21.15 -
YUV 125.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 143 117 122 0 0.18 0.15 0.44 348.46 0.1 0.51
Hex 8F 75 7A 0 12 F 2C 15C A 33
Octal 217 165 172 0 22 17 54 534 12 63
Binary 10001111 1110101 1111010 0 10010 1111 101100 101011100 1010 110011

Color Harmonies of #8F757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F757A

Black with #8F757A

Text Example


Text Example

White with #8F757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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