Html Css Color HEX #718780 Patina

📋 copy color: '#718780'

red 113 ◦ green 135 ◦ blue 128

#718780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #718780

Tints of Patina #718780

RGB

 RED value IS 113 (44.53% from 255) = 30.05%

 GREEN value IS 135 (53.13% from 255) = 35.9%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 30.05%
G = 35.9%
B = 34.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#718780 (or 0x718780) is known color: 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

RGB 113 135 128 -
CMYK 0.16 0 0.05 0.47
HSL 160.91º 0.09% 0.49% -
HSV(B) 160.91º 0.16% 0.53% -
XYZ 19.37 22.4 23.72 -
YUV 127.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 113 135 128 0.16 0 0.05 0.47 160.91 0.09 0.49
Hex 71 87 80 10 0 5 2F A1 9 31
Octal 161 207 200 20 0 5 57 241 11 61
Binary 1110001 10000111 10000000 10000 0 101 101111 10100001 1001 110001

Color Harmonies of #718780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718780

Black with #718780

Text Example


Text Example

White with #718780

Text Example


Text Example

HTML Codes & Css Web 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>