#827D88

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

Shades of Topaz #827D88

Tints of Topaz #827D88

Color information

#827D88 (or 0x827D88) is unknown color: approx Topaz. HEX triplet: 82, 7D and 88. RGB value is (130,125,136). Sum of RGB (Red+Green+Blue) = 130+125+136=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 136 - color contains mainly: blue. Hex color #827D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827D88 is #7D8277. Grayscale: #7F7F7F. Windows color (decimal): -8225400 or 8945026. OLE color: 8945026.

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

Color convert

RGB130125136-
CMYK0.040.0800.47
HSL267.27º4.42%51.18%-
HSV(B)267.27º8.09%53.33%-
XYZ20.9821.1926.28-
YUV127.75132.66129.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=33.25%
G=31.97%
B=34.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301251360.040.0800.47267.274.4251.18
Hex827D884802F10b433
Octal202175210410057413463
Binary1000001011111011000100010010000101111100001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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