#867079

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

Shades of Venus #867079

Tints of Venus #867079

Color information

#867079 (or 0x867079) is unknown color: approx Venus. HEX triplet: 86, 70 and 79. RGB value is (134,112,121). Sum of RGB (Red+Green+Blue) = 134+112+121=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867079 is #798F86. Grayscale: #777777. Windows color (decimal): -7966599 or 7958662. OLE color: 7958662.

HSL color Cylindrical-coordinate representation of color #867079: hue angle of 335.45º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867079 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134112121-
CMYK00.160.100.47
HSL335.45º8.94%48.24%-
HSV(B)335.45º16.42%52.55%-
XYZ19.0818.0420.57-
YUV119.6128.79138.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=36.51%
G=30.52%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411212100.160.100.47335.458.9448.24
Hex867079010A2F14f930
Octal20616017102012575171160
Binary100001101110000111100101000010101011111010011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867079; }

 p { color: rgb(134,112,121); }

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

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

 a { background-color: rgb(134,112,121); }

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

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

 span { border-color: rgb(134,112,121); }

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