Html Css Color HEX #708C82 Patina

📋 copy color: '#708C82'

red 112 ◦ green 140 ◦ blue 130

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

Shades of Patina #708C82

Tints of Patina #708C82

RGB

 RED value IS 112 (44.14% from 255) = 29.32%

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

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

R = 29.32%
G = 36.65%
B = 34.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#708C82 (or 0x708C82) is known color: Patina. HEX triplet: 70, 8C and 82. RGB value is (112,140,130). Sum of RGB (Red+Green+Blue) = 112+140+130=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #708C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C82 is #8F737D. Grayscale: #828282. Windows color (decimal): -9401214 or 8555632. OLE color: 8555632.

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

Color convert

RGB 112 140 130 -
CMYK 0.20 0 0.07 0.45
HSL 158.57º 0.11% 0.49% -
HSV(B) 158.57º 0.2% 0.55% -
XYZ 20.09 23.81 24.66 -
YUV 130.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 112 140 130 0.20 0 0.07 0.45 158.57 0.11 0.49
Hex 70 8C 82 14 0 7 2D 9F B 31
Octal 160 214 202 24 0 7 55 237 13 61
Binary 1110000 10001100 10000010 10100 0 111 101101 10011111 1011 110001

Color Harmonies of #708C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C82

Black with #708C82

Text Example


Text Example

White with #708C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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