#85757D

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

Shades of Venus #85757D

Tints of Venus #85757D

Color information

#85757D (or 0x85757D) is unknown color: approx Venus. HEX triplet: 85, 75 and 7D. RGB value is (133,117,125). Sum of RGB (Red+Green+Blue) = 133+117+125=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85757D is #7A8A82. Grayscale: #7A7A7A. Windows color (decimal): -8030851 or 8222085. OLE color: 8222085.

HSL color Cylindrical-coordinate representation of color #85757D: hue angle of 330º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #85757D is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB133117125-
CMYK00.120.060.48
HSL330º6.4%49.02%-
HSV(B)330º12.03%52.16%-
XYZ19.7419.1922.07-
YUV122.7129.3135.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=35.47%
G=31.2%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311712500.120.060.483306.449.02
Hex85757D0C63014a631
Octal205165175014660512661
Binary100001011110101111110101100110110000101001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85757D; }

 p { color: rgb(133,117,125); }

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

<style>
 a { background-color: #85757D; }

 a { background-color: rgb(133,117,125); }

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

<style>
 span { border-color: #85757D; }

 span { border-color: rgb(133,117,125); }

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