#86787D

Color #86787D Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #86787D

Tints of Venus #86787D

Color information

#86787D (or 0x86787D) is unknown color: approx Venus. HEX triplet: 86, 78 and 7D. RGB value is (134,120,125). Sum of RGB (Red+Green+Blue) = 134+120+125=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #86787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86787D is #798782. Grayscale: #7C7C7C. Windows color (decimal): -7964547 or 8222854. OLE color: 8222854.

HSL color Cylindrical-coordinate representation of color #86787D: hue angle of 338.57º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86787D is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134120125-
CMYK00.100.070.47
HSL338.57º5.51%49.8%-
HSV(B)338.57º10.45%52.55%-
XYZ20.2519.9822.19-
YUV124.76128.14134.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=35.36%
G=31.66%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412012500.100.070.47338.575.5149.8
Hex86787D0A72F153632
Octal206170175012757523662
Binary100001101111000111110101010111101111101010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86787D; }

 p { color: rgb(134,120,125); }

 H1.HeaderClassName
 {
   color: #86787D;
 }
 .AnyTagClassName
 {
   color: #86787D;
 }
</style>
background-color css

<style>
 a { background-color: #86787D; }

 a { background-color: rgb(134,120,125); }

 div.DivClassName
 {
   background-color: #86787D;
 }
 .BgClassName
 {
   background-color: #86787D;
 }
</style>
border-color css

<style>
 span { border-color: #86787D; }

 span { border-color: rgb(134,120,125); }

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