Html Css Color HEX #728880 Patina

📋 copy color: '#728880'

red 114 ◦ green 136 ◦ blue 128

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

Shades of Patina #728880

Tints of Patina #728880

RGB

 RED value IS 114 (44.92% from 255) = 30.16%

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

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

R = 30.16%
G = 35.98%
B = 33.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#728880 (or 0x728880) is known color: Patina. HEX triplet: 72, 88 and 80. RGB value is (114,136,128). Sum of RGB (Red+Green+Blue) = 114+136+128=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #728880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728880 is #8D777F. Grayscale: #808080. Windows color (decimal): -9271168 or 8423538. OLE color: 8423538.

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

Color convert

RGB 114 136 128 -
CMYK 0.16 0 0.06 0.47
HSL 158.18º 0.09% 0.49% -
HSV(B) 158.18º 0.16% 0.53% -
XYZ 19.64 22.74 23.78 -
YUV 128.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 114 136 128 0.16 0 0.06 0.47 158.18 0.09 0.49
Hex 72 88 80 10 0 6 2F 9E 9 31
Octal 162 210 200 20 0 6 57 236 11 61
Binary 1110010 10001000 10000000 10000 0 110 101111 10011110 1001 110001

Color Harmonies of #728880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728880

Black with #728880

Text Example


Text Example

White with #728880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728880; }

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

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

background-color css

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

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

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

border-color css

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

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

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