Html Css Color HEX #8F787B Venus

📋 copy color: '#8F787B'

red 143 ◦ green 120 ◦ blue 123

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

Shades of Venus #8F787B

Tints of Venus #8F787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 37.05%
G = 31.09%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8F787B (or 0x8F787B) is known color: Venus. HEX triplet: 8F, 78 and 7B. RGB value is (143,120,123). Sum of RGB (Red+Green+Blue) = 143+120+123=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F787B is #708784. Grayscale: #7F7F7F. Windows color (decimal): -7374725 or 8091791. OLE color: 8091791.

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

Color convert

RGB 143 120 123 -
CMYK 0 0.16 0.14 0.44
HSL 352.17º 0.09% 0.52% -
HSV(B) 352.17º 0.16% 0.56% -
XYZ 21.62 20.7 21.6 -
YUV 127.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 143 120 123 0 0.16 0.14 0.44 352.17 0.09 0.52
Hex 8F 78 7B 0 10 E 2C 160 9 34
Octal 217 170 173 0 20 16 54 540 11 64
Binary 10001111 1111000 1111011 0 10000 1110 101100 101100000 1001 110100

Color Harmonies of #8F787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F787B

Black with #8F787B

Text Example


Text Example

White with #8F787B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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