Html Css Color HEX #708780 Patina

📋 copy color: '#708780'

red 112 ◦ green 135 ◦ blue 128

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

Shades of Patina #708780

Tints of Patina #708780

RGB

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

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

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

R = 29.87%
G = 36%
B = 34.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#708780 (or 0x708780) is known color: Patina. HEX triplet: 70, 87 and 80. RGB value is (112,135,128). Sum of RGB (Red+Green+Blue) = 112+135+128=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #708780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708780 is #8F787F. Grayscale: #7F7F7F. Windows color (decimal): -9402496 or 8423280. OLE color: 8423280.

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

Color convert

RGB 112 135 128 -
CMYK 0.17 0 0.05 0.47
HSL 161.74º 0.09% 0.48% -
HSV(B) 161.74º 0.17% 0.53% -
XYZ 19.24 22.33 23.72 -
YUV 127.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 112 135 128 0.17 0 0.05 0.47 161.74 0.09 0.48
Hex 70 87 80 11 0 5 2F A2 9 30
Octal 160 207 200 21 0 5 57 242 11 60
Binary 1110000 10000111 10000000 10001 0 101 101111 10100010 1001 110000

Color Harmonies of #708780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708780

Black with #708780

Text Example


Text Example

White with #708780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708780; }

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

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

background-color css

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

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

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

border-color css

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

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

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