#787382

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

Shades of Topaz #787382

Tints of Topaz #787382

Color information

#787382 (or 0x787382) is unknown color: approx Topaz. HEX triplet: 78, 73 and 82. RGB value is (120,115,130). Sum of RGB (Red+Green+Blue) = 120+115+130=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #787382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787382 is #878C7D. Grayscale: #767676. Windows color (decimal): -8883326 or 8549240. OLE color: 8549240.

HSL color Cylindrical-coordinate representation of color #787382: hue angle of 260º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787382 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB120115130-
CMYK0.080.1200.49
HSL260º6.12%48.04%-
HSV(B)260º11.54%50.98%-
XYZ17.9117.8723.62-
YUV118.2134.66129.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=32.88%
G=31.51%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201151300.080.1200.492606.1248.04
Hex7873828C031104630
Octal1701632021014061404660
Binary1111000111001110000010100011000110001100000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787382; }

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

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

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

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

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

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

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

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