#718790

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

Shades of Gothic #718790

Tints of Gothic #718790

Color information

#718790 (or 0x718790) is unknown color: approx Gothic. HEX triplet: 71, 87 and 90. RGB value is (113,135,144). Sum of RGB (Red+Green+Blue) = 113+135+144=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #718790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718790 is #8E786F. Grayscale: #818181. Windows color (decimal): -9336944 or 9471857. OLE color: 9471857.

HSL color Cylindrical-coordinate representation of color #718790: hue angle of 197.42º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718790 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113135144-
CMYK0.220.0600.44
HSL197.42º12.25%50.39%-
HSV(B)197.42º21.53%56.47%-
XYZ20.5122.8529.72-
YUV129.45136.21116.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=28.83%
G=34.44%
B=36.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131351440.220.0600.44197.4212.2550.39
Hex71879016602Cc5c32
Octal1612072202660543051462
Binary11100011000011110010000101101100101100110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718790; }

 p { color: rgb(113,135,144); }

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

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

 a { background-color: rgb(113,135,144); }

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

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

 span { border-color: rgb(113,135,144); }

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