#857B7E

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

Shades of Venus #857B7E

Tints of Venus #857B7E

Color information

#857B7E (or 0x857B7E) is unknown color: approx Venus. HEX triplet: 85, 7B and 7E. RGB value is (133,123,126). Sum of RGB (Red+Green+Blue) = 133+123+126=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #857B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B7E is #7A8481. Grayscale: #7E7E7E. Windows color (decimal): -8029314 or 8289157. OLE color: 8289157.

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

Color convert

RGB133123126-
CMYK00.080.050.48
HSL342º3.94%50.2%-
HSV(B)342º7.52%52.16%-
XYZ20.5220.6622.64-
YUV126.33127.81132.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=34.82%
G=32.20%
B=32.98%

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
Decimal13312312600.080.050.483423.9450.2
Hex857B7E08530156432
Octal205173176010560526462
Binary100001011111011111111001000101110000101010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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