#708A94

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

Shades of Gothic #708A94

Tints of Gothic #708A94

Color information

#708A94 (or 0x708A94) is unknown color: approx Gothic. HEX triplet: 70, 8A and 94. RGB value is (112,138,148). Sum of RGB (Red+Green+Blue) = 112+138+148=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #708A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A94 is #8F756B. Grayscale: #838383. Windows color (decimal): -9401708 or 9734768. OLE color: 9734768.

HSL color Cylindrical-coordinate representation of color #708A94: hue angle of 196.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708A94 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112138148-
CMYK0.240.0700.42
HSL196.67º14.4%50.98%-
HSV(B)196.67º24.32%58.04%-
XYZ21.1223.7631.49-
YUV131.37137.39114.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.14%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=28.14%
G=34.67%
B=37.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121381480.240.0700.42196.6714.450.98
Hex708A9418702Ac5e33
Octal1602122243070523051663
Binary11100001000101010010100110001110101010110001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,138,148); }

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

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

 a { background-color: rgb(112,138,148); }

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

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

 span { border-color: rgb(112,138,148); }

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