#72847C

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

Shades of Patina #72847C

Tints of Patina #72847C

Color information

#72847C (or 0x72847C) is unknown color: approx Patina. HEX triplet: 72, 84 and 7C. RGB value is (114,132,124). Sum of RGB (Red+Green+Blue) = 114+132+124=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #72847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72847C is #8D7B83. Grayscale: #7D7D7D. Windows color (decimal): -9272196 or 8160370. OLE color: 8160370.

HSL color Cylindrical-coordinate representation of color #72847C: hue angle of 153.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72847C is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB114132124-
CMYK0.1400.060.48
HSL153.33º7.32%48.24%-
HSV(B)153.33º13.64%51.76%-
XYZ18.8321.5422.23-
YUV125.71127.04119.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=30.81%
G=35.68%
B=33.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321240.1400.060.48153.337.3248.24
Hex72847CE063099730
Octal162204174160660231760
Binary11100101000010011111001110011011000010011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72847C; }

 p { color: rgb(114,132,124); }

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

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

 a { background-color: rgb(114,132,124); }

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

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

 span { border-color: rgb(114,132,124); }

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