#837792

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

Shades of Topaz #837792

Tints of Topaz #837792

Color information

#837792 (or 0x837792) is unknown color: approx Topaz. HEX triplet: 83, 77 and 92. RGB value is (131,119,146). Sum of RGB (Red+Green+Blue) = 131+119+146=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #837792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837792 is #7C886D. Grayscale: #7D7D7D. Windows color (decimal): -8161390 or 9598851. OLE color: 9598851.

HSL color Cylindrical-coordinate representation of color #837792: hue angle of 266.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #837792 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131119146-
CMYK0.100.1800.43
HSL266.67º11.02%51.96%-
HSV(B)266.67º18.49%57.25%-
XYZ21.1520.0929.96-
YUV125.67139.48131.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=33.08%
G=30.05%
B=36.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311191460.100.1800.43266.6711.0251.96
Hex837792A1202B10bb34
Octal20316722212220534131364
Binary1000001111101111001001010101001001010111000010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837792; }

 p { color: rgb(131,119,146); }

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

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

 a { background-color: rgb(131,119,146); }

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

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

 span { border-color: rgb(131,119,146); }

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