#85737A

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

Shades of Venus #85737A

Tints of Venus #85737A

Color information

#85737A (or 0x85737A) is unknown color: approx Venus. HEX triplet: 85, 73 and 7A. RGB value is (133,115,122). Sum of RGB (Red+Green+Blue) = 133+115+122=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85737A is #7A8C85. Grayscale: #797979. Windows color (decimal): -8031366 or 8024965. OLE color: 8024965.

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

Color convert

RGB133115122-
CMYK00.140.080.48
HSL336.67º7.26%48.63%-
HSV(B)336.67º13.53%52.16%-
XYZ19.3218.6520.99-
YUV121.18128.46136.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=35.95%
G=31.08%
B=32.97%

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
Decimal13311512200.140.080.48336.677.2648.63
Hex85737A0E830151731
Octal2051631720161060521761
Binary1000010111100111111010011101000110000101010001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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