#867178

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

Shades of Venus #867178

Tints of Venus #867178

Color information

#867178 (or 0x867178) is unknown color: approx Venus. HEX triplet: 86, 71 and 78. RGB value is (134,113,120). Sum of RGB (Red+Green+Blue) = 134+113+120=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867178 is #798E87. Grayscale: #787878. Windows color (decimal): -7966344 or 7893382. OLE color: 7893382.

HSL color Cylindrical-coordinate representation of color #867178: hue angle of 340º 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 #867178 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134113120-
CMYK00.160.100.47
HSL340º8.5%48.43%-
HSV(B)340º15.67%52.55%-
XYZ19.1318.2320.28-
YUV120.08127.96137.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=36.51%
G=30.79%
B=32.70%

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
Decimal13411312000.160.100.473408.548.43
Hex867178010A2F154930
Octal20616117002012575241160
Binary100001101110001111100001000010101011111010101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867178; }

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

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

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

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

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

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

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

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