#85767D

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

Shades of Venus #85767D

Tints of Venus #85767D

Color information

#85767D (or 0x85767D) is unknown color: approx Venus. HEX triplet: 85, 76 and 7D. RGB value is (133,118,125). Sum of RGB (Red+Green+Blue) = 133+118+125=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #85767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85767D is #7A8982. Grayscale: #7B7B7B. Windows color (decimal): -8030595 or 8222341. OLE color: 8222341.

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

Color convert

RGB133118125-
CMYK00.110.060.48
HSL332º5.98%49.22%-
HSV(B)332º11.28%52.16%-
XYZ19.8519.4222.1-
YUV123.28128.97134.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=35.37%
G=31.38%
B=33.24%

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
Decimal13311812500.110.060.483325.9849.22
Hex85767D0B63014c631
Octal205166175013660514661
Binary100001011110110111110101011110110000101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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