#718792

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

Shades of Gothic #718792

Tints of Gothic #718792

Color information

#718792 (or 0x718792) is unknown color: approx Gothic. HEX triplet: 71, 87 and 92. RGB value is (113,135,146). Sum of RGB (Red+Green+Blue) = 113+135+146=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #718792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718792 is #8E786D. Grayscale: #818181. Windows color (decimal): -9336942 or 9602929. OLE color: 9602929.

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

Color convert

RGB113135146-
CMYK0.230.0800.43
HSL200º13.15%50.78%-
HSV(B)200º22.6%57.25%-
XYZ20.6622.9130.53-
YUV129.68137.21116.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=28.68%
G=34.26%
B=37.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131351460.230.0800.4320013.1550.78
Hex71879217802Bc8d33
Octal16120722227100533101563
Binary111000110000111100100101011110000101011110010001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718792; }

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

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

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

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

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

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

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

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