#857B7F

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

Shades of Venus #857B7F

Tints of Venus #857B7F

Color information

#857B7F (or 0x857B7F) is unknown color: approx Venus. HEX triplet: 85, 7B and 7F. RGB value is (133,123,127). Sum of RGB (Red+Green+Blue) = 133+123+127=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #857B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B7F is #7A8480. Grayscale: #7E7E7E. Windows color (decimal): -8029313 or 8354693. OLE color: 8354693.

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

Color convert

RGB133123127-
CMYK00.080.050.48
HSL336º3.94%50.2%-
HSV(B)336º7.52%52.16%-
XYZ20.5920.6822.99-
YUV126.45128.31132.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 127 (50% from 255) = 33.16%
R=34.73%
G=32.11%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312312700.080.050.483363.9450.2
Hex857B7F08530150432
Octal205173177010560520462
Binary100001011111011111111101000101110000101010000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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