#719195

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

Shades of Gothic #719195

Tints of Gothic #719195

Color information

#719195 (or 0x719195) is unknown color: approx Gothic. HEX triplet: 71, 91 and 95. RGB value is (113,145,149). Sum of RGB (Red+Green+Blue) = 113+145+149=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #719195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719195 is #8E6E6A. Grayscale: #878787. Windows color (decimal): -9334379 or 9802097. OLE color: 9802097.

HSL color Cylindrical-coordinate representation of color #719195: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #719195 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113145149-
CMYK0.240.0300.42
HSL186.67º14.52%51.37%-
HSV(B)186.67º24.16%58.43%-
XYZ22.3625.9332.26-
YUV135.89135.4111.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=27.76%
G=35.63%
B=36.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131451490.240.0300.42186.6714.5251.37
Hex71919518302Abbf33
Octal1612212253030522731763
Binary1110001100100011001010111000110101010101110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719195; }

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

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

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

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

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

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

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

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