#85727A

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

Shades of Venus #85727A

Tints of Venus #85727A

Color information

#85727A (or 0x85727A) is unknown color: approx Venus. HEX triplet: 85, 72 and 7A. RGB value is (133,114,122). Sum of RGB (Red+Green+Blue) = 133+114+122=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #85727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727A is #7A8D85. Grayscale: #787878. Windows color (decimal): -8031622 or 8024709. OLE color: 8024709.

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

Color convert

RGB133114122-
CMYK00.140.080.48
HSL334.74º7.69%48.43%-
HSV(B)334.74º14.29%52.16%-
XYZ19.218.4320.96-
YUV120.59128.79136.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=36.04%
G=30.89%
B=33.06%

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
Decimal13311412200.140.080.48334.747.6948.43
Hex85727A0E83014f830
Octal20516217201610605171060
Binary10000101111001011110100111010001100001010011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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