#718892

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

Shades of Gothic #718892

Tints of Gothic #718892

Color information

#718892 (or 0x718892) is unknown color: approx Gothic. HEX triplet: 71, 88 and 92. RGB value is (113,136,146). Sum of RGB (Red+Green+Blue) = 113+136+146=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 136 (53.52% from 255 or 34.43% 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 #718892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718892 is #8E776D. Grayscale: #828282. Windows color (decimal): -9336686 or 9603185. OLE color: 9603185.

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

Color convert

RGB113136146-
CMYK0.230.0700.43
HSL198.18º13.15%50.78%-
HSV(B)198.18º22.6%57.25%-
XYZ20.823.1930.57-
YUV130.26136.88115.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=28.61%
G=34.43%
B=36.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131361460.230.0700.43198.1813.1550.78
Hex71889217702Bc6d33
Octal1612102222770533061563
Binary11100011000100010010010101111110101011110001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718892; }

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

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

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

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

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

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

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

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