#787089

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

Shades of Topaz #787089

Tints of Topaz #787089

Color information

#787089 (or 0x787089) is unknown color: approx Topaz. HEX triplet: 78, 70 and 89. RGB value is (120,112,137). Sum of RGB (Red+Green+Blue) = 120+112+137=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #787089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787089 is #878F76. Grayscale: #757575. Windows color (decimal): -8884087 or 9007224. OLE color: 9007224.

HSL color Cylindrical-coordinate representation of color #787089: hue angle of 259.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #787089 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB120112137-
CMYK0.120.1800.46
HSL259.2º10.04%48.82%-
HSV(B)259.2º18.25%53.73%-
XYZ18.0617.3926.07-
YUV117.24139.15129.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 137 (53.91% from 255) = 37.13%
R=32.52%
G=30.35%
B=37.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201121370.120.1800.46259.210.0448.82
Hex787089C1202E103a31
Octal17016021114220564031261
Binary111100011100001000100111001001001011101000000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787089; }

 p { color: rgb(120,112,137); }

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

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

 a { background-color: rgb(120,112,137); }

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

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

 span { border-color: rgb(120,112,137); }

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