#787584

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

Shades of Topaz #787584

Tints of Topaz #787584

Color information

#787584 (or 0x787584) is unknown color: approx Topaz. HEX triplet: 78, 75 and 84. RGB value is (120,117,132). Sum of RGB (Red+Green+Blue) = 120+117+132=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #787584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787584 is #878A7B. Grayscale: #777777. Windows color (decimal): -8882812 or 8680824. OLE color: 8680824.

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

Color convert

RGB120117132-
CMYK0.090.1100.48
HSL252º6.02%48.82%-
HSV(B)252º11.36%51.76%-
XYZ18.2718.3824.41-
YUV119.61134.99128.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=32.52%
G=31.71%
B=35.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201171320.090.1100.482526.0248.82
Hex7875849B030fc631
Octal1701652041113060374661
Binary111100011101011000010010011011011000011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787584; }

 p { color: rgb(120,117,132); }

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

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

 a { background-color: rgb(120,117,132); }

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

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

 span { border-color: rgb(120,117,132); }

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