#85788A

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

Shades of Topaz #85788A

Tints of Topaz #85788A

Color information

#85788A (or 0x85788A) is unknown color: approx Topaz. HEX triplet: 85, 78 and 8A. RGB value is (133,120,138). Sum of RGB (Red+Green+Blue) = 133+120+138=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 138 - color contains mainly: blue. Hex color #85788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85788A is #7A8775. Grayscale: #7D7D7D. Windows color (decimal): -8030070 or 9074821. OLE color: 9074821.

HSL color Cylindrical-coordinate representation of color #85788A: hue angle of 283.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85788A is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB133120138-
CMYK0.040.1300.46
HSL283.33º7.14%50.59%-
HSV(B)283.33º13.04%54.12%-
XYZ20.9820.2526.85-
YUV125.94134.81133.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=34.02%
G=30.69%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331201380.040.1300.46283.337.1450.59
Hex85788A4D02E11b733
Octal205170212415056433763
Binary1000010111110001000101010011010101110100011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85788A; }

 p { color: rgb(133,120,138); }

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

<style>
 a { background-color: #85788A; }

 a { background-color: rgb(133,120,138); }

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

<style>
 span { border-color: #85788A; }

 span { border-color: rgb(133,120,138); }

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