#787588

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

Shades of Topaz #787588

Tints of Topaz #787588

Color information

#787588 (or 0x787588) is unknown color: approx Topaz. HEX triplet: 78, 75 and 88. RGB value is (120,117,136). Sum of RGB (Red+Green+Blue) = 120+117+136=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #787588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787588 is #878A77. Grayscale: #777777. Windows color (decimal): -8882808 or 8942968. OLE color: 8942968.

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

Color convert

RGB120117136-
CMYK0.120.1400.47
HSL249.47º7.51%49.61%-
HSV(B)249.47º13.97%53.33%-
XYZ18.5518.4925.88-
YUV120.06136.99127.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=32.17%
G=31.37%
B=36.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201171360.120.1400.47249.477.5149.61
Hex787588CE02Ff9832
Octal17016521014160573711062
Binary1111000111010110001000110011100101111111110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787588; }

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

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

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

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

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

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

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

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