#85788B

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

Shades of Topaz #85788B

Tints of Topaz #85788B

Color information

#85788B (or 0x85788B) is unknown color: approx Topaz. HEX triplet: 85, 78 and 8B. RGB value is (133,120,139). Sum of RGB (Red+Green+Blue) = 133+120+139=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #85788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85788B is #7A8774. Grayscale: #7D7D7D. Windows color (decimal): -8030069 or 9140357. OLE color: 9140357.

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

Color convert

RGB133120139-
CMYK0.040.1400.45
HSL281.05º7.57%50.78%-
HSV(B)281.05º13.67%54.51%-
XYZ21.0520.2827.23-
YUV126.05135.31132.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=33.93%
G=30.61%
B=35.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331201390.040.1400.45281.057.5750.78
Hex85788B4E02D119833
Octal2051702134160554311063
Binary10000101111100010001011100111001011011000110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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