#775345

Color #775345 Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #775345

Tints of Old Copper #775345

Color information

#775345 (or 0x775345) is unknown color: approx Old Copper. HEX triplet: 77, 53 and 45. RGB value is (119,83,69). Sum of RGB (Red+Green+Blue) = 119+83+69=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775345 is #88ACBA. Grayscale: #5C5C5C. Windows color (decimal): -8957115 or 4543351. OLE color: 4543351.

HSL color Cylindrical-coordinate representation of color #775345: hue angle of 16.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775345 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1198369-
CMYK00.300.420.53
HSL16.8º26.6%36.86%-
HSV(B)16.8º42.02%46.67%-
XYZ11.7810.547.04-
YUV92.17114.93147.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=43.91%
G=30.63%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119836900.300.420.5316.826.636.86
Hex77534501E2A35111b25
Octal1671231050365265213345
Binary1110111101001110001010111101010101101011000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775345; }

 p { color: rgb(119,83,69); }

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

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

 a { background-color: rgb(119,83,69); }

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

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

 span { border-color: rgb(119,83,69); }

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