Html Css Color HEX #718C82 Patina

📋 copy color: '#718C82'

red 113 ◦ green 140 ◦ blue 130

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

Shades of Patina #718C82

Tints of Patina #718C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 29.5%
G = 36.55%
B = 33.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#718C82 (or 0x718C82) is known color: Patina. HEX triplet: 71, 8C and 82. RGB value is (113,140,130). Sum of RGB (Red+Green+Blue) = 113+140+130=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 140 - color contains mainly: green. Hex color #718C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718C82 is #8E737D. Grayscale: #828282. Windows color (decimal): -9335678 or 8555633. OLE color: 8555633.

HSL color Cylindrical-coordinate representation of color #718C82: hue angle of 157.78º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718C82 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 140 130 -
CMYK 0.19 0 0.07 0.45
HSL 157.78º 0.11% 0.5% -
HSV(B) 157.78º 0.19% 0.55% -
XYZ 20.22 23.88 24.66 -
YUV 130.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 113 140 130 0.19 0 0.07 0.45 157.78 0.11 0.5
Hex 71 8C 82 13 0 7 2D 9E B 32
Octal 161 214 202 23 0 7 55 236 13 62
Binary 1110001 10001100 10000010 10011 0 111 101101 10011110 1011 110010

Color Harmonies of #718C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C82

Black with #718C82

Text Example


Text Example

White with #718C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718C82; }

 p { color: rgb(113,140,130); }

 H1.HeaderClassName
 {
   color: #718C82;
 }
 .AnyTagClassName
 {
   color: #718C82;
 }
</style>

background-color css

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

 a { background-color: rgb(113,140,130); }

 div.DivClassName
 {
   background-color: #718C82;
 }
 .BgClassName
 {
   background-color: #718C82;
 }
</style>

border-color css

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

 span { border-color: rgb(113,140,130); }

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