#857D7F

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

Shades of Venus #857D7F

Tints of Venus #857D7F

Color information

#857D7F (or 0x857D7F) is unknown color: approx Venus. HEX triplet: 85, 7D and 7F. RGB value is (133,125,127). Sum of RGB (Red+Green+Blue) = 133+125+127=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #857D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D7F is #7A8280. Grayscale: #7F7F7F. Windows color (decimal): -8028801 or 8355205. OLE color: 8355205.

HSL color Cylindrical-coordinate representation of color #857D7F: hue angle of 345º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #857D7F is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133125127-
CMYK00.060.050.48
HSL345º3.17%50.59%-
HSV(B)345º6.02%52.16%-
XYZ20.8421.1923.07-
YUV127.62127.65131.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 127 (50% from 255) = 32.99%
R=34.55%
G=32.47%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312512700.060.050.483453.1750.59
Hex857D7F06530159333
Octal20517517706560531363
Binary1000010111111011111111011010111000010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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