#73867F

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

Shades of Patina #73867F

Tints of Patina #73867F

Color information

#73867F (or 0x73867F) is unknown color: approx Patina. HEX triplet: 73, 86 and 7F. RGB value is (115,134,127). Sum of RGB (Red+Green+Blue) = 115+134+127=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #73867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867F is #8C7980. Grayscale: #7F7F7F. Windows color (decimal): -9206145 or 8357491. OLE color: 8357491.

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

Color convert

RGB115134127-
CMYK0.1400.050.47
HSL157.89º7.63%48.82%-
HSV(B)157.89º14.18%52.55%-
XYZ19.4322.2323.35-
YUV127.52127.71119.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 127 (50% from 255) = 33.78%
R=30.59%
G=35.64%
B=33.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341270.1400.050.47157.897.6348.82
Hex73867FE052F9e831
Octal1632061771605572361061
Binary111001110000110111111111100101101111100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73867F; }

 p { color: rgb(115,134,127); }

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

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

 a { background-color: rgb(115,134,127); }

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

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

 span { border-color: rgb(115,134,127); }

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