#827F86

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

Shades of Topaz #827F86

Tints of Topaz #827F86

Color information

#827F86 (or 0x827F86) is unknown color: approx Topaz. HEX triplet: 82, 7F and 86. RGB value is (130,127,134). Sum of RGB (Red+Green+Blue) = 130+127+134=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 134 - color contains mainly: blue. Hex color #827F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F86 is #7D8079. Grayscale: #808080. Windows color (decimal): -8224890 or 8814466. OLE color: 8814466.

HSL color Cylindrical-coordinate representation of color #827F86: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #827F86 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB130127134-
CMYK0.030.0500.47
HSL265.71º2.81%51.18%-
HSV(B)265.71º5.22%52.55%-
XYZ21.121.6525.62-
YUV128.7130.99128.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=33.25%
G=32.48%
B=34.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301271340.030.0500.47265.712.8151.18
Hex827F863502F10a333
Octal20217720635057412363
Binary1000001011111111000011011101010111110000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,127,134); }

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

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

 a { background-color: rgb(130,127,134); }

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

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

 span { border-color: rgb(130,127,134); }

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