#718B95

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

Shades of Gothic #718B95

Tints of Gothic #718B95

Color information

#718B95 (or 0x718B95) is unknown color: approx Gothic. HEX triplet: 71, 8B and 95. RGB value is (113,139,149). Sum of RGB (Red+Green+Blue) = 113+139+149=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #718B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718B95 is #8E746A. Grayscale: #848484. Windows color (decimal): -9335915 or 9800561. OLE color: 9800561.

HSL color Cylindrical-coordinate representation of color #718B95: hue angle of 196.67º degrees, saturation: 0.15, 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 #718B95 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113139149-
CMYK0.240.0700.42
HSL196.67º14.52%51.37%-
HSV(B)196.67º24.16%58.43%-
XYZ21.4724.1531.96-
YUV132.37137.39114.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=28.18%
G=34.66%
B=37.16%

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
Decimal1131391490.240.0700.42196.6714.5251.37
Hex718B9518702Ac5f33
Octal1612132253070523051763
Binary11100011000101110010101110001110101010110001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718B95; }

 p { color: rgb(113,139,149); }

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

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

 a { background-color: rgb(113,139,149); }

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

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

 span { border-color: rgb(113,139,149); }

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