#708789

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

Shades of Gothic #708789

Tints of Gothic #708789

Color information

#708789 (or 0x708789) is unknown color: approx Gothic. HEX triplet: 70, 87 and 89. RGB value is (112,135,137). Sum of RGB (Red+Green+Blue) = 112+135+137=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 137 - color contains mainly: blue. Hex color #708789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708789 is #8F7876. Grayscale: #808080. Windows color (decimal): -9402487 or 9013104. OLE color: 9013104.

HSL color Cylindrical-coordinate representation of color #708789: hue angle of 184.8º 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 #708789 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB112135137-
CMYK0.180.0100.46
HSL184.8º10.04%48.82%-
HSV(B)184.8º18.25%53.73%-
XYZ19.8622.5826.98-
YUV128.35132.88116.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=29.17%
G=35.16%
B=35.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121351370.180.0100.46184.810.0448.82
Hex70878912102Eb9a31
Octal1602072112210562711261
Binary111000010000111100010011001010101110101110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708789; }

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

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

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

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

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

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

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

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