#86777B

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

Shades of Venus #86777B

Tints of Venus #86777B

Color information

#86777B (or 0x86777B) is unknown color: approx Venus. HEX triplet: 86, 77 and 7B. RGB value is (134,119,123). Sum of RGB (Red+Green+Blue) = 134+119+123=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #86777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86777B is #798884. Grayscale: #7B7B7B. Windows color (decimal): -7964805 or 8091526. OLE color: 8091526.

HSL color Cylindrical-coordinate representation of color #86777B: hue angle of 344º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #86777B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB134119123-
CMYK00.110.080.47
HSL344º5.93%49.61%-
HSV(B)344º11.19%52.55%-
XYZ2019.6921.49-
YUV123.94127.47135.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=35.64%
G=31.65%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411912300.110.080.473445.9349.61
Hex86777B0B82F158632
Octal2061671730131057530662
Binary1000011011101111111011010111000101111101011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86777B; }

 p { color: rgb(134,119,123); }

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

<style>
 a { background-color: #86777B; }

 a { background-color: rgb(134,119,123); }

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

<style>
 span { border-color: #86777B; }

 span { border-color: rgb(134,119,123); }

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