#718F97

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

Shades of Gothic #718F97

Tints of Gothic #718F97

Color information

#718F97 (or 0x718F97) is unknown color: approx Gothic. HEX triplet: 71, 8F and 97. RGB value is (113,143,151). Sum of RGB (Red+Green+Blue) = 113+143+151=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #718F97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F97 is #8E7068. Grayscale: #868686. Windows color (decimal): -9334889 or 9932657. OLE color: 9932657.

HSL color Cylindrical-coordinate representation of color #718F97: hue angle of 192.63º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #718F97 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113143151-
CMYK0.250.0500.41
HSL192.63º15.45%51.76%-
HSV(B)192.63º25.17%59.22%-
XYZ22.2225.3933.01-
YUV134.94137.06112.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=27.76%
G=35.14%
B=37.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131431510.250.0500.41192.6315.4551.76
Hex718F97195029c1f34
Octal1612172273150513011764
Binary11100011000111110010111110011010101001110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,143,151); }

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

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

 a { background-color: rgb(113,143,151); }

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

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

 span { border-color: rgb(113,143,151); }

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