Html Css Color HEX #708880 Patina

📋 copy color: '#708880'

red 112 ◦ green 136 ◦ blue 128

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

Shades of Patina #708880

Tints of Patina #708880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 29.79%
G = 36.17%
B = 34.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#708880 (or 0x708880) is known color: Patina. HEX triplet: 70, 88 and 80. RGB value is (112,136,128). Sum of RGB (Red+Green+Blue) = 112+136+128=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #708880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708880 is #8F777F. Grayscale: #7F7F7F. Windows color (decimal): -9402240 or 8423536. OLE color: 8423536.

HSL color Cylindrical-coordinate representation of color #708880: hue angle of 160º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708880 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 128 -
CMYK 0.18 0 0.06 0.47
HSL 160º 0.1% 0.49% -
HSV(B) 160º 0.18% 0.53% -
XYZ 19.38 22.61 23.76 -
YUV 127.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 112 136 128 0.18 0 0.06 0.47 160 0.1 0.49
Hex 70 88 80 12 0 6 2F A0 A 31
Octal 160 210 200 22 0 6 57 240 12 61
Binary 1110000 10001000 10000000 10010 0 110 101111 10100000 1010 110001

Color Harmonies of #708880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708880

Black with #708880

Text Example


Text Example

White with #708880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708880; }

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

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

background-color css

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

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

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

border-color css

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

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

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