#708F99

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

Shades of Gothic #708F99

Tints of Gothic #708F99

Color information

#708F99 (or 0x708F99) is unknown color: approx Gothic. HEX triplet: 70, 8F and 99. RGB value is (112,143,153). Sum of RGB (Red+Green+Blue) = 112+143+153=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #708F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F99 is #8F7066. Grayscale: #868686. Windows color (decimal): -9400423 or 10063728. OLE color: 10063728.

HSL color Cylindrical-coordinate representation of color #708F99: hue angle of 194.63º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708F99 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112143153-
CMYK0.270.0700.4
HSL194.63º16.73%51.96%-
HSV(B)194.63º26.8%60%-
XYZ22.2525.3933.86-
YUV134.87138.23111.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=27.45%
G=35.05%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121431530.270.0700.4194.6316.7351.96
Hex708F991B7028c31134
Octal1602172313370503032164
Binary111000010001111100110011101111101010001100001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708F99; }

 p { color: rgb(112,143,153); }

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

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

 a { background-color: rgb(112,143,153); }

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

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

 span { border-color: rgb(112,143,153); }

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