#857A7D

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

Shades of Venus #857A7D

Tints of Venus #857A7D

Color information

#857A7D (or 0x857A7D) is unknown color: approx Venus. HEX triplet: 85, 7A and 7D. RGB value is (133,122,125). Sum of RGB (Red+Green+Blue) = 133+122+125=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #857A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A7D is #7A8582. Grayscale: #7D7D7D. Windows color (decimal): -8029571 or 8223365. OLE color: 8223365.

HSL color Cylindrical-coordinate representation of color #857A7D: hue angle of 343.64º 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 #857A7D is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB133122125-
CMYK00.080.060.48
HSL343.64º4.31%50%-
HSV(B)343.64º8.27%52.16%-
XYZ20.3320.3922.27-
YUV125.63127.64133.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=35%
G=32.11%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312212500.080.060.48343.644.3150
Hex857A7D08630158432
Octal205172175010660530462
Binary100001011111010111110101000110110000101011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,122,125); }

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

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

 a { background-color: rgb(133,122,125); }

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

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

 span { border-color: rgb(133,122,125); }

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