#718791

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

Shades of Gothic #718791

Tints of Gothic #718791

Color information

#718791 (or 0x718791) is unknown color: approx Gothic. HEX triplet: 71, 87 and 91. RGB value is (113,135,145). Sum of RGB (Red+Green+Blue) = 113+135+145=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #718791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718791 is #8E786E. Grayscale: #818181. Windows color (decimal): -9336943 or 9537393. OLE color: 9537393.

HSL color Cylindrical-coordinate representation of color #718791: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718791 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113135145-
CMYK0.220.0700.43
HSL198.75º12.7%50.59%-
HSV(B)198.75º22.07%56.86%-
XYZ20.5822.8830.12-
YUV129.56136.71116.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.75%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 145 (57.03% from 255) = 36.90%
R=28.75%
G=34.35%
B=36.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131351450.220.0700.43198.7512.750.59
Hex71879116702Bc7d33
Octal1612072212670533071563
Binary11100011000011110010001101101110101011110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718791; }

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

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

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

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

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

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

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

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