#718780

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

Shades of Patina #718780

Tints of Patina #718780

Color information

#718780 (or 0x718780) is unknown color: approx Patina. HEX triplet: 71, 87 and 80. RGB value is (113,135,128). Sum of RGB (Red+Green+Blue) = 113+135+128=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #718780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718780 is #8E787F. Grayscale: #7F7F7F. Windows color (decimal): -9336960 or 8423281. OLE color: 8423281.

HSL color Cylindrical-coordinate representation of color #718780: hue angle of 160.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718780 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB113135128-
CMYK0.1600.050.47
HSL160.91º8.87%48.63%-
HSV(B)160.91º16.3%52.94%-
XYZ19.3722.423.72-
YUV127.62128.21117.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=30.05%
G=35.90%
B=34.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351280.1600.050.47160.918.8748.63
Hex71878010052Fa1931
Octal1612072002005572411161
Binary11100011000011110000000100000101101111101000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718780; }

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

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

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

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

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

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

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

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