#85727B

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

Shades of Venus #85727B

Tints of Venus #85727B

Color information

#85727B (or 0x85727B) is unknown color: approx Venus. HEX triplet: 85, 72 and 7B. RGB value is (133,114,123). Sum of RGB (Red+Green+Blue) = 133+114+123=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727B is #7A8D84. Grayscale: #787878. Windows color (decimal): -8031621 or 8090245. OLE color: 8090245.

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

Color convert

RGB133114123-
CMYK00.140.080.48
HSL331.58º7.69%48.43%-
HSV(B)331.58º14.29%52.16%-
XYZ19.2718.4521.28-
YUV120.71129.29136.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=35.95%
G=30.81%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311412300.140.080.48331.587.6948.43
Hex85727B0E83014c830
Octal20516217301610605141060
Binary10000101111001011110110111010001100001010011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85727B; }

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

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

<style>
 a { background-color: #85727B; }

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

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

<style>
 span { border-color: #85727B; }

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

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