#85777D

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

Shades of Venus #85777D

Tints of Venus #85777D

Color information

#85777D (or 0x85777D) is unknown color: approx Venus. HEX triplet: 85, 77 and 7D. RGB value is (133,119,125). Sum of RGB (Red+Green+Blue) = 133+119+125=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #85777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85777D is #7A8882. Grayscale: #7B7B7B. Windows color (decimal): -8030339 or 8222597. OLE color: 8222597.

HSL color Cylindrical-coordinate representation of color #85777D: hue angle of 334.29º 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 #85777D is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB133119125-
CMYK00.110.060.48
HSL334.29º5.56%49.41%-
HSV(B)334.29º10.53%52.16%-
XYZ19.9719.6622.14-
YUV123.87128.64134.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=35.28%
G=31.56%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311912500.110.060.48334.295.5649.41
Hex85777D0B63014e631
Octal205167175013660516661
Binary100001011110111111110101011110110000101001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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