#708F92

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

Shades of Gothic #708F92

Tints of Gothic #708F92

Color information

#708F92 (or 0x708F92) is unknown color: approx Gothic. HEX triplet: 70, 8F and 92. RGB value is (112,143,146). Sum of RGB (Red+Green+Blue) = 112+143+146=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #708F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F92 is #8F706D. Grayscale: #868686. Windows color (decimal): -9400430 or 9604976. OLE color: 9604976.

HSL color Cylindrical-coordinate representation of color #708F92: hue angle of 185.29º 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 #708F92 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112143146-
CMYK0.230.0200.43
HSL185.29º13.49%50.59%-
HSV(B)185.29º23.29%57.25%-
XYZ21.6925.1630.91-
YUV134.07134.73112.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=27.93%
G=35.66%
B=36.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121431460.230.0200.43185.2913.4950.59
Hex708F9217202Bb9d33
Octal1602172222720532711563
Binary1110000100011111001001010111100101011101110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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