#708992

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

Shades of Gothic #708992

Tints of Gothic #708992

Color information

#708992 (or 0x708992) is unknown color: approx Gothic. HEX triplet: 70, 89 and 92. RGB value is (112,137,146). Sum of RGB (Red+Green+Blue) = 112+137+146=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #708992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708992 is #8F766D. Grayscale: #828282. Windows color (decimal): -9401966 or 9603440. OLE color: 9603440.

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

Color convert

RGB112137146-
CMYK0.230.0600.43
HSL195.88º13.49%50.59%-
HSV(B)195.88º23.29%57.25%-
XYZ20.8223.4130.62-
YUV130.55136.72114.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=28.35%
G=34.68%
B=36.96%

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
Decimal1121371460.230.0600.43195.8813.4950.59
Hex70899217602Bc4d33
Octal1602112222760533041563
Binary11100001000100110010010101111100101011110001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708992; }

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

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

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

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

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

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

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

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