#85777C

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

Shades of Venus #85777C

Tints of Venus #85777C

Color information

#85777C (or 0x85777C) is unknown color: approx Venus. HEX triplet: 85, 77 and 7C. RGB value is (133,119,124). Sum of RGB (Red+Green+Blue) = 133+119+124=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #85777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85777C is #7A8883. Grayscale: #7B7B7B. Windows color (decimal): -8030340 or 8157061. OLE color: 8157061.

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

Color convert

RGB133119124-
CMYK00.110.070.48
HSL338.57º5.56%49.41%-
HSV(B)338.57º10.53%52.16%-
XYZ19.9119.6421.81-
YUV123.76128.14134.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=35.37%
G=31.65%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311912400.110.070.48338.575.5649.41
Hex85777C0B730153631
Octal205167174013760523661
Binary100001011110111111110001011111110000101010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85777C; }

 p { color: rgb(133,119,124); }

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

<style>
 a { background-color: #85777C; }

 a { background-color: rgb(133,119,124); }

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

<style>
 span { border-color: #85777C; }

 span { border-color: rgb(133,119,124); }

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