#85768E

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

Shades of Topaz #85768E

Tints of Topaz #85768E

Color information

#85768E (or 0x85768E) is unknown color: approx Topaz. HEX triplet: 85, 76 and 8E. RGB value is (133,118,142). Sum of RGB (Red+Green+Blue) = 133+118+142=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #85768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85768E is #7A8971. Grayscale: #7D7D7D. Windows color (decimal): -8030578 or 9336453. OLE color: 9336453.

HSL color Cylindrical-coordinate representation of color #85768E: hue angle of 277.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85768E is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB133118142-
CMYK0.060.1700.44
HSL277.5º9.6%50.98%-
HSV(B)277.5º16.9%55.69%-
XYZ21.0319.928.32-
YUV125.22137.47133.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=33.84%
G=30.03%
B=36.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331181420.060.1700.44277.59.650.98
Hex85768E61102C116a33
Octal2051662166210544261263
Binary100001011110110100011101101000101011001000101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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