#85788C

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

Shades of Topaz #85788C

Tints of Topaz #85788C

Color information

#85788C (or 0x85788C) is unknown color: approx Topaz. HEX triplet: 85, 78 and 8C. RGB value is (133,120,140). Sum of RGB (Red+Green+Blue) = 133+120+140=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #85788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85788C is #7A8773. Grayscale: #7E7E7E. Windows color (decimal): -8030068 or 9205893. OLE color: 9205893.

HSL color Cylindrical-coordinate representation of color #85788C: hue angle of 279º 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 #85788C is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133120140-
CMYK0.050.1400.45
HSL279º8%50.98%-
HSV(B)279º14.29%54.9%-
XYZ21.1220.3127.62-
YUV126.17135.81132.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=33.84%
G=30.53%
B=35.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331201400.050.1400.45279850.98
Hex85788C5E02D117833
Octal2051702145160554271063
Binary10000101111100010001100101111001011011000101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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