#857B80

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

Shades of Venus #857B80

Tints of Venus #857B80

Color information

#857B80 (or 0x857B80) is unknown color: approx Venus. HEX triplet: 85, 7B and 80. RGB value is (133,123,128). Sum of RGB (Red+Green+Blue) = 133+123+128=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857B80 is #7A847F. Grayscale: #7E7E7E. Windows color (decimal): -8029312 or 8420229. OLE color: 8420229.

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

Color convert

RGB133123128-
CMYK00.080.040.48
HSL330º3.94%50.2%-
HSV(B)330º7.52%52.16%-
XYZ20.6520.7123.33-
YUV126.56128.81132.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=34.64%
G=32.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312312800.080.040.483303.9450.2
Hex857B800843014a432
Octal205173200010460512462
Binary1000010111110111000000001000100110000101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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