#73877F

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

Shades of Patina #73877F

Tints of Patina #73877F

Color information

#73877F (or 0x73877F) is unknown color: approx Patina. HEX triplet: 73, 87 and 7F. RGB value is (115,135,127). Sum of RGB (Red+Green+Blue) = 115+135+127=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #73877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73877F is #8C7880. Grayscale: #808080. Windows color (decimal): -9205889 or 8357747. OLE color: 8357747.

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

Color convert

RGB115135127-
CMYK0.1500.060.47
HSL156º8%49.02%-
HSV(B)156º14.81%52.94%-
XYZ19.5622.5123.39-
YUV128.11127.37118.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 127 (50% from 255) = 33.69%
R=30.50%
G=35.81%
B=33.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351270.1500.060.47156849.02
Hex73877FF062F9c831
Octal1632071771706572341061
Binary111001110000111111111111110110101111100111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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