#73867E

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

Shades of Patina #73867E

Tints of Patina #73867E

Color information

#73867E (or 0x73867E) is unknown color: approx Patina. HEX triplet: 73, 86 and 7E. RGB value is (115,134,126). Sum of RGB (Red+Green+Blue) = 115+134+126=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #73867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867E is #8C7981. Grayscale: #7F7F7F. Windows color (decimal): -9206146 or 8291955. OLE color: 8291955.

HSL color Cylindrical-coordinate representation of color #73867E: hue angle of 154.74º 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 #73867E is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB115134126-
CMYK0.1400.060.47
HSL154.74º7.63%48.82%-
HSV(B)154.74º14.18%52.55%-
XYZ19.3622.223-
YUV127.41127.21119.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=30.67%
G=35.73%
B=33.6%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341260.1400.060.47154.747.6348.82
Hex73867EE062F9b831
Octal1632061761606572331061
Binary111001110000110111111011100110101111100110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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