#837C88

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

Shades of Topaz #837C88

Tints of Topaz #837C88

Color information

#837C88 (or 0x837C88) is unknown color: approx Topaz. HEX triplet: 83, 7C and 88. RGB value is (131,124,136). Sum of RGB (Red+Green+Blue) = 131+124+136=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 124 (48.83% from 255 or 31.71% 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 #837C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C88 is #7C8377. Grayscale: #7F7F7F. Windows color (decimal): -8160120 or 8944771. OLE color: 8944771.

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

Color convert

RGB131124136-
CMYK0.040.0900.47
HSL275º4.8%50.98%-
HSV(B)275º8.82%53.33%-
XYZ21.0121.0226.24-
YUV127.46132.82130.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=33.50%
G=31.71%
B=34.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311241360.040.0900.472754.850.98
Hex837C884902F113533
Octal203174210411057423563
Binary1000001111111001000100010010010101111100010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837C88; }

 p { color: rgb(131,124,136); }

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

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

 a { background-color: rgb(131,124,136); }

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

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

 span { border-color: rgb(131,124,136); }

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