#857078

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

Shades of Venus #857078

Tints of Venus #857078

Color information

#857078 (or 0x857078) is unknown color: approx Venus. HEX triplet: 85, 70 and 78. RGB value is (133,112,120). Sum of RGB (Red+Green+Blue) = 133+112+120=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857078 is #7A8F87. Grayscale: #777777. Windows color (decimal): -8032136 or 7893125. OLE color: 7893125.

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

Color convert

RGB133112120-
CMYK00.160.100.48
HSL337.14º8.57%48.04%-
HSV(B)337.14º15.79%52.16%-
XYZ18.8617.9320.24-
YUV119.19128.46137.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 120 (47.27% from 255) = 32.88%
R=36.44%
G=30.68%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311212000.160.100.48337.148.5748.04
Hex857078010A30151930
Octal20516017002012605211160
Binary100001011110000111100001000010101100001010100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857078; }

 p { color: rgb(133,112,120); }

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

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

 a { background-color: rgb(133,112,120); }

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

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

 span { border-color: rgb(133,112,120); }

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