#73857E

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

Shades of Patina #73857E

Tints of Patina #73857E

Color information

#73857E (or 0x73857E) is unknown color: approx Patina. HEX triplet: 73, 85 and 7E. RGB value is (115,133,126). Sum of RGB (Red+Green+Blue) = 115+133+126=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #73857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73857E is #8C7A81. Grayscale: #7E7E7E. Windows color (decimal): -9206402 or 8291699. OLE color: 8291699.

HSL color Cylindrical-coordinate representation of color #73857E: hue angle of 156.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #73857E is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB115133126-
CMYK0.1400.050.48
HSL156.67º7.26%48.63%-
HSV(B)156.67º13.53%52.16%-
XYZ19.2221.9322.96-
YUV126.82127.54119.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=30.75%
G=35.56%
B=33.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151331260.1400.050.48156.677.2648.63
Hex73857EE05309d731
Octal163205176160560235761
Binary11100111000010111111101110010111000010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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