#718980

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

Shades of Patina #718980

Tints of Patina #718980

Color information

#718980 (or 0x718980) is unknown color: approx Patina. HEX triplet: 71, 89 and 80. RGB value is (113,137,128). Sum of RGB (Red+Green+Blue) = 113+137+128=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #718980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718980 is #8E767F. Grayscale: #808080. Windows color (decimal): -9336448 or 8423793. OLE color: 8423793.

HSL color Cylindrical-coordinate representation of color #718980: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718980 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB113137128-
CMYK0.1800.070.46
HSL157.5º9.6%49.02%-
HSV(B)157.5º17.52%53.73%-
XYZ19.6522.9623.82-
YUV128.8127.55116.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=29.89%
G=36.24%
B=33.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131371280.1800.070.46157.59.649.02
Hex71898012072E9da31
Octal1612112002207562351261
Binary11100011000100110000000100100111101110100111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718980; }

 p { color: rgb(113,137,128); }

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

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

 a { background-color: rgb(113,137,128); }

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

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

 span { border-color: rgb(113,137,128); }

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