Html Css Color HEX #8F797E Venus

📋 copy color: '#8F797E'

red 143 ◦ green 121 ◦ blue 126

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

Shades of Venus #8F797E

Tints of Venus #8F797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 36.67%
G = 31.03%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F797E (or 0x8F797E) is known color: Venus. HEX triplet: 8F, 79 and 7E. RGB value is (143,121,126). Sum of RGB (Red+Green+Blue) = 143+121+126=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F797E is #708681. Grayscale: #808080. Windows color (decimal): -7374466 or 8288655. OLE color: 8288655.

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

Color convert

RGB 143 121 126 -
CMYK 0 0.15 0.12 0.44
HSL 346.36º 0.09% 0.52% -
HSV(B) 346.36º 0.15% 0.56% -
XYZ 21.93 21.02 22.64 -
YUV 128.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 143 121 126 0 0.15 0.12 0.44 346.36 0.09 0.52
Hex 8F 79 7E 0 F C 2C 15A 9 34
Octal 217 171 176 0 17 14 54 532 11 64
Binary 10001111 1111001 1111110 0 1111 1100 101100 101011010 1001 110100

Color Harmonies of #8F797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F797E

Black with #8F797E

Text Example


Text Example

White with #8F797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,121,126); }

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

background-color css

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

 a { background-color: rgb(143,121,126); }

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

border-color css

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

 span { border-color: rgb(143,121,126); }

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