#708991

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

Shades of Gothic #708991

Tints of Gothic #708991

Color information

#708991 (or 0x708991) is unknown color: approx Gothic. HEX triplet: 70, 89 and 91. RGB value is (112,137,145). Sum of RGB (Red+Green+Blue) = 112+137+145=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #708991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708991 is #8F766E. Grayscale: #828282. Windows color (decimal): -9401967 or 9537904. OLE color: 9537904.

HSL color Cylindrical-coordinate representation of color #708991: hue angle of 194.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708991 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112137145-
CMYK0.230.0600.43
HSL194.55º13.04%50.39%-
HSV(B)194.55º22.76%56.86%-
XYZ20.7423.3830.21-
YUV130.44136.22114.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=28.43%
G=34.77%
B=36.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121371450.230.0600.43194.5513.0450.39
Hex70899117602Bc3d32
Octal1602112212760533031562
Binary11100001000100110010001101111100101011110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708991; }

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

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

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

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

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

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

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

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