#85748E

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

Shades of Topaz #85748E

Tints of Topaz #85748E

Color information

#85748E (or 0x85748E) is unknown color: approx Topaz. HEX triplet: 85, 74 and 8E. RGB value is (133,116,142). Sum of RGB (Red+Green+Blue) = 133+116+142=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #85748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85748E is #7A8B71. Grayscale: #7B7B7B. Windows color (decimal): -8031090 or 9335941. OLE color: 9335941.

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

Color convert

RGB133116142-
CMYK0.060.1800.44
HSL279.23º10.32%50.59%-
HSV(B)279.23º18.31%55.69%-
XYZ20.819.4328.25-
YUV124.05138.13134.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=34.02%
G=29.67%
B=36.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331161420.060.1800.44279.2310.3250.59
Hex85748E61202C117a33
Octal2051642166220544271263
Binary100001011110100100011101101001001011001000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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