#827888

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

Shades of Topaz #827888

Tints of Topaz #827888

Color information

#827888 (or 0x827888) is unknown color: approx Topaz. HEX triplet: 82, 78 and 88. RGB value is (130,120,136). Sum of RGB (Red+Green+Blue) = 130+120+136=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #827888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827888 is #7D8777. Grayscale: #7C7C7C. Windows color (decimal): -8226680 or 8943746. OLE color: 8943746.

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

Color convert

RGB130120136-
CMYK0.040.1200.47
HSL277.5º6.3%50.2%-
HSV(B)277.5º11.76%53.33%-
XYZ20.3719.9626.07-
YUV124.81134.31131.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=33.68%
G=31.09%
B=35.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301201360.040.1200.47277.56.350.2
Hex8278884C02F116632
Octal202170210414057426662
Binary1000001011110001000100010011000101111100010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827888; }

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

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

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

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

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

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

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

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