#718B92

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

Shades of Gothic #718B92

Tints of Gothic #718B92

Color information

#718B92 (or 0x718B92) is unknown color: approx Gothic. HEX triplet: 71, 8B and 92. RGB value is (113,139,146). Sum of RGB (Red+Green+Blue) = 113+139+146=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #718B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718B92 is #8E746D. Grayscale: #838383. Windows color (decimal): -9335918 or 9603953. OLE color: 9603953.

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

Color convert

RGB113139146-
CMYK0.230.0500.43
HSL192.73º13.15%50.78%-
HSV(B)192.73º22.6%57.25%-
XYZ21.2324.0530.72-
YUV132.02135.89114.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.39%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=28.39%
G=34.92%
B=36.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131391460.230.0500.43192.7313.1550.78
Hex718B9217502Bc1d33
Octal1612132222750533011563
Binary11100011000101110010010101111010101011110000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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