#73897E

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

Shades of Patina #73897E

Tints of Patina #73897E

Color information

#73897E (or 0x73897E) is unknown color: approx Patina. HEX triplet: 73, 89 and 7E. RGB value is (115,137,126). Sum of RGB (Red+Green+Blue) = 115+137+126=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #73897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73897E is #8C7681. Grayscale: #818181. Windows color (decimal): -9205378 or 8292723. OLE color: 8292723.

HSL color Cylindrical-coordinate representation of color #73897E: hue angle of 150º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73897E is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB115137126-
CMYK0.1600.080.46
HSL150º8.73%49.41%-
HSV(B)150º16.06%53.73%-
XYZ19.7823.0423.14-
YUV129.17126.21117.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.42%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=30.42%
G=36.24%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151371260.1600.080.461508.7349.41
Hex73897E10082E96931
Octal16321117620010562261161
Binary11100111000100111111101000001000101110100101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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