#85768B

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

Shades of Topaz #85768B

Tints of Topaz #85768B

Color information

#85768B (or 0x85768B) is unknown color: approx Topaz. HEX triplet: 85, 76 and 8B. RGB value is (133,118,139). Sum of RGB (Red+Green+Blue) = 133+118+139=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #85768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85768B is #7A8974. Grayscale: #7C7C7C. Windows color (decimal): -8030581 or 9139845. OLE color: 9139845.

HSL color Cylindrical-coordinate representation of color #85768B: hue angle of 282.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85768B is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133118139-
CMYK0.040.1500.45
HSL282.86º8.3%50.39%-
HSV(B)282.86º15.11%54.51%-
XYZ20.8119.8127.15-
YUV124.88135.97133.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=34.10%
G=30.26%
B=35.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331181390.040.1500.45282.868.350.39
Hex85768B4F02D11b832
Octal2051662134170554331062
Binary10000101111011010001011100111101011011000110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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