Html Css Color HEX #728B80 Patina

📋 copy color: '#728B80'

red 114 ◦ green 139 ◦ blue 128

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

Shades of Patina #728B80

Tints of Patina #728B80

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

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

R = 29.92%
G = 36.48%
B = 33.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#728B80 (or 0x728B80) is known color: Patina. HEX triplet: 72, 8B and 80. RGB value is (114,139,128). Sum of RGB (Red+Green+Blue) = 114+139+128=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #728B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B80 is #8D747F. Grayscale: #828282. Windows color (decimal): -9270400 or 8424306. OLE color: 8424306.

HSL color Cylindrical-coordinate representation of color #728B80: hue angle of 153.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728B80 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 139 128 -
CMYK 0.18 0 0.08 0.45
HSL 153.6º 0.1% 0.5% -
HSV(B) 153.6º 0.18% 0.55% -
XYZ 20.07 23.6 23.92 -
YUV 130.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 114 139 128 0.18 0 0.08 0.45 153.6 0.1 0.5
Hex 72 8B 80 12 0 8 2D 9A A 32
Octal 162 213 200 22 0 10 55 232 12 62
Binary 1110010 10001011 10000000 10010 0 1000 101101 10011010 1010 110010

Color Harmonies of #728B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B80

Black with #728B80

Text Example


Text Example

White with #728B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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