#708E95

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

Shades of Gothic #708E95

Tints of Gothic #708E95

Color information

#708E95 (or 0x708E95) is unknown color: approx Gothic. HEX triplet: 70, 8E and 95. RGB value is (112,142,149). Sum of RGB (Red+Green+Blue) = 112+142+149=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #708E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E95 is #8F716A. Grayscale: #858585. Windows color (decimal): -9400683 or 9801328. OLE color: 9801328.

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

Color convert

RGB112142149-
CMYK0.250.0500.42
HSL191.35º14.86%51.18%-
HSV(B)191.35º24.83%58.43%-
XYZ21.7824.9632.1-
YUV133.83136.56112.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=27.79%
G=35.24%
B=36.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121421490.250.0500.42191.3514.8651.18
Hex708E9519502Abff33
Octal1602162253150522771763
Binary11100001000111010010101110011010101010101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,142,149); }

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

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

 a { background-color: rgb(112,142,149); }

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

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

 span { border-color: rgb(112,142,149); }

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