#827789

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

Shades of Topaz #827789

Tints of Topaz #827789

Color information

#827789 (or 0x827789) is unknown color: approx Topaz. HEX triplet: 82, 77 and 89. RGB value is (130,119,137). Sum of RGB (Red+Green+Blue) = 130+119+137=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 137 - color contains mainly: blue. Hex color #827789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827789 is #7D8876. Grayscale: #7C7C7C. Windows color (decimal): -8226935 or 9009026. OLE color: 9009026.

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

Color convert

RGB130119137-
CMYK0.050.1300.46
HSL276.67º7.09%50.2%-
HSV(B)276.67º13.14%53.73%-
XYZ20.3219.7526.41-
YUV124.34135.14132.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=33.68%
G=30.83%
B=35.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301191370.050.1300.46276.677.0950.2
Hex8277895D02E115732
Octal202167211515056425762
Binary1000001011101111000100110111010101110100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827789; }

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

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

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

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

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

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

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

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