#85777E

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

Shades of Venus #85777E

Tints of Venus #85777E

Color information

#85777E (or 0x85777E) is unknown color: approx Venus. HEX triplet: 85, 77 and 7E. RGB value is (133,119,126). Sum of RGB (Red+Green+Blue) = 133+119+126=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #85777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85777E is #7A8881. Grayscale: #7B7B7B. Windows color (decimal): -8030338 or 8288133. OLE color: 8288133.

HSL color Cylindrical-coordinate representation of color #85777E: 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.11%. Process color model (Four color, CMYK) of #85777E is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133119126-
CMYK00.110.050.48
HSL330º5.56%49.41%-
HSV(B)330º10.53%52.16%-
XYZ20.0419.6922.48-
YUV123.98129.14134.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=35.19%
G=31.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311912600.110.050.483305.5649.41
Hex85777E0B53014a631
Octal205167176013560512661
Binary100001011110111111111001011101110000101001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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