#827C89

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

Shades of Topaz #827C89

Tints of Topaz #827C89

Color information

#827C89 (or 0x827C89) is unknown color: approx Topaz. HEX triplet: 82, 7C and 89. RGB value is (130,124,137). Sum of RGB (Red+Green+Blue) = 130+124+137=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: blue. Hex color #827C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827C89 is #7D8376. Grayscale: #7F7F7F. Windows color (decimal): -8225655 or 9010306. OLE color: 9010306.

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

Color convert

RGB130124137-
CMYK0.050.0900.46
HSL267.69º5.22%51.18%-
HSV(B)267.69º9.49%53.73%-
XYZ20.9320.9726.61-
YUV127.28133.49129.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=33.25%
G=31.71%
B=35.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301241370.050.0900.46267.695.2251.18
Hex827C895902E10c533
Octal202174211511056414563
Binary1000001011111001000100110110010101110100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,124,137); }

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

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

 a { background-color: rgb(130,124,137); }

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

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

 span { border-color: rgb(130,124,137); }

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