#857C80

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

Shades of Venus #857C80

Tints of Venus #857C80

Color information

#857C80 (or 0x857C80) is unknown color: approx Venus. HEX triplet: 85, 7C and 80. RGB value is (133,124,128). Sum of RGB (Red+Green+Blue) = 133+124+128=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #857C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C80 is #7A837F. Grayscale: #7F7F7F. Windows color (decimal): -8029056 or 8420485. OLE color: 8420485.

HSL color Cylindrical-coordinate representation of color #857C80: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #857C80 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB133124128-
CMYK00.070.040.48
HSL333.33º3.56%50.39%-
HSV(B)333.33º6.77%52.16%-
XYZ20.7820.9623.37-
YUV127.15128.48132.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=34.55%
G=32.21%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312412800.070.040.48333.333.5650.39
Hex857C800743014d432
Octal20517420007460515462
Binary100001011111100100000000111100110000101001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C80; }

 p { color: rgb(133,124,128); }

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

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

 a { background-color: rgb(133,124,128); }

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

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

 span { border-color: rgb(133,124,128); }

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