#73877E

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

Shades of Patina #73877E

Tints of Patina #73877E

Color information

#73877E (or 0x73877E) is unknown color: approx Patina. HEX triplet: 73, 87 and 7E. RGB value is (115,135,126). Sum of RGB (Red+Green+Blue) = 115+135+126=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #73877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73877E is #8C7881. Grayscale: #808080. Windows color (decimal): -9205890 or 8292211. OLE color: 8292211.

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

Color convert

RGB115135126-
CMYK0.1500.070.47
HSL153º8%49.02%-
HSV(B)153º14.81%52.94%-
XYZ19.522.4823.05-
YUV127.99126.87118.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=30.59%
G=35.90%
B=33.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351260.1500.070.47153849.02
Hex73877EF072F99831
Octal1632071761707572311061
Binary111001110000111111111011110111101111100110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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