#72867E

Color #72867E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #72867E

Tints of Patina #72867E

Color information

#72867E (or 0x72867E) is unknown color: approx Patina. HEX triplet: 72, 86 and 7E. RGB value is (114,134,126). Sum of RGB (Red+Green+Blue) = 114+134+126=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #72867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72867E is #8D7981. Grayscale: #7F7F7F. Windows color (decimal): -9271682 or 8291954. OLE color: 8291954.

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

Color convert

RGB114134126-
CMYK0.1500.060.47
HSL156º8.06%48.63%-
HSV(B)156º14.93%52.55%-
XYZ19.2322.1323-
YUV127.11127.37118.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=30.48%
G=35.83%
B=33.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341260.1500.060.471568.0648.63
Hex72867EF062F9c831
Octal1622061761706572341061
Binary111001010000110111111011110110101111100111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72867E; }

 p { color: rgb(114,134,126); }

 H1.HeaderClassName
 {
   color: #72867E;
 }
 .AnyTagClassName
 {
   color: #72867E;
 }
</style>
background-color css

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

 a { background-color: rgb(114,134,126); }

 div.DivClassName
 {
   background-color: #72867E;
 }
 .BgClassName
 {
   background-color: #72867E;
 }
</style>
border-color css

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

 span { border-color: rgb(114,134,126); }

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