#85777B

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

Shades of Venus #85777B

Tints of Venus #85777B

Color information

#85777B (or 0x85777B) is unknown color: approx Venus. HEX triplet: 85, 77 and 7B. RGB value is (133,119,123). Sum of RGB (Red+Green+Blue) = 133+119+123=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85777B is #7A8884. Grayscale: #7B7B7B. Windows color (decimal): -8030341 or 8091525. OLE color: 8091525.

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

Color convert

RGB133119123-
CMYK00.110.080.48
HSL342.86º5.56%49.41%-
HSV(B)342.86º10.53%52.16%-
XYZ19.8419.6121.48-
YUV123.64127.64134.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=35.47%
G=31.73%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311912300.110.080.48342.865.5649.41
Hex85777B0B830157631
Octal2051671730131060527661
Binary1000010111101111111011010111000110000101010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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