#827D85

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

Shades of Topaz #827D85

Tints of Topaz #827D85

Color information

#827D85 (or 0x827D85) is unknown color: approx Topaz. HEX triplet: 82, 7D and 85. RGB value is (130,125,133). Sum of RGB (Red+Green+Blue) = 130+125+133=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 133 - color contains mainly: blue. Hex color #827D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827D85 is #7D827A. Grayscale: #7F7F7F. Windows color (decimal): -8225403 or 8748418. OLE color: 8748418.

HSL color Cylindrical-coordinate representation of color #827D85: hue angle of 277.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #827D85 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130125133-
CMYK0.020.0600.48
HSL277.5º3.17%50.59%-
HSV(B)277.5º6.02%52.16%-
XYZ20.7721.1125.17-
YUV127.41131.16129.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=33.51%
G=32.22%
B=34.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301251330.020.0600.48277.53.1750.59
Hex827D8526030116333
Octal20217520526060426363
Binary1000001011111011000010110110011000010001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827D85; }

 p { color: rgb(130,125,133); }

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

<style>
 a { background-color: #827D85; }

 a { background-color: rgb(130,125,133); }

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

<style>
 span { border-color: #827D85; }

 span { border-color: rgb(130,125,133); }

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