#718E92

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

Shades of Gothic #718E92

Tints of Gothic #718E92

Color information

#718E92 (or 0x718E92) is unknown color: approx Gothic. HEX triplet: 71, 8E and 92. RGB value is (113,142,146). Sum of RGB (Red+Green+Blue) = 113+142+146=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 142 (55.86% from 255 or 35.41% 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 #718E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718E92 is #8E716D. Grayscale: #858585. Windows color (decimal): -9335150 or 9604721. OLE color: 9604721.

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

Color convert

RGB113142146-
CMYK0.230.0300.43
HSL187.27º13.15%50.78%-
HSV(B)187.27º22.6%57.25%-
XYZ21.6724.9330.86-
YUV133.78134.89113.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=28.18%
G=35.41%
B=36.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131421460.230.0300.43187.2713.1550.78
Hex718E9217302Bbbd33
Octal1612162222730532731563
Binary1110001100011101001001010111110101011101110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,142,146); }

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

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

 a { background-color: rgb(113,142,146); }

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

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

 span { border-color: rgb(113,142,146); }

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