Html Css Color HEX #718C83 Patina

📋 copy color: '#718C83'

red 113 ◦ green 140 ◦ blue 131

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

Shades of Patina #718C83

Tints of Patina #718C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 29.43%
G = 36.46%
B = 34.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#718C83 (or 0x718C83) is known color: Patina. HEX triplet: 71, 8C and 83. RGB value is (113,140,131). Sum of RGB (Red+Green+Blue) = 113+140+131=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 140 - color contains mainly: green. Hex color #718C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718C83 is #8E737C. Grayscale: #828282. Windows color (decimal): -9335677 or 8621169. OLE color: 8621169.

HSL color Cylindrical-coordinate representation of color #718C83: hue angle of 160º 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 #718C83 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 140 131 -
CMYK 0.19 0 0.06 0.45
HSL 160º 0.11% 0.5% -
HSV(B) 160º 0.19% 0.55% -
XYZ 20.28 23.91 25.02 -
YUV 130.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 113 140 131 0.19 0 0.06 0.45 160 0.11 0.5
Hex 71 8C 83 13 0 6 2D A0 B 32
Octal 161 214 203 23 0 6 55 240 13 62
Binary 1110001 10001100 10000011 10011 0 110 101101 10100000 1011 110010

Color Harmonies of #718C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C83

Black with #718C83

Text Example


Text Example

White with #718C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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