Html Css Color HEX #8F787F Venus

📋 copy color: '#8F787F'

red 143 ◦ green 120 ◦ blue 127

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

Shades of Venus #8F787F

Tints of Venus #8F787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 36.67%
G = 30.77%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F787F (or 0x8F787F) is known color: Venus. HEX triplet: 8F, 78 and 7F. RGB value is (143,120,127). Sum of RGB (Red+Green+Blue) = 143+120+127=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F787F is #708780. Grayscale: #7F7F7F. Windows color (decimal): -7374721 or 8353935. OLE color: 8353935.

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

Color convert

RGB 143 120 127 -
CMYK 0 0.16 0.11 0.44
HSL 341.74º 0.09% 0.52% -
HSV(B) 341.74º 0.16% 0.56% -
XYZ 21.87 20.8 22.94 -
YUV 127.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 143 120 127 0 0.16 0.11 0.44 341.74 0.09 0.52
Hex 8F 78 7F 0 10 B 2C 156 9 34
Octal 217 170 177 0 20 13 54 526 11 64
Binary 10001111 1111000 1111111 0 10000 1011 101100 101010110 1001 110100

Color Harmonies of #8F787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F787F

Black with #8F787F

Text Example


Text Example

White with #8F787F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,120,127); }

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

background-color css

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

 a { background-color: rgb(143,120,127); }

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

border-color css

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

 span { border-color: rgb(143,120,127); }

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