#775545

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

Shades of Old Copper #775545

Tints of Old Copper #775545

Color information

#775545 (or 0x775545) is unknown color: approx Old Copper. HEX triplet: 77, 55 and 45. RGB value is (119,85,69). Sum of RGB (Red+Green+Blue) = 119+85+69=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775545 is #88AABA. Grayscale: #5D5D5D. Windows color (decimal): -8956603 or 4543863. OLE color: 4543863.

HSL color Cylindrical-coordinate representation of color #775545: hue angle of 19.2º 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 #775545 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1198569-
CMYK00.290.420.53
HSL19.2º26.6%36.86%-
HSV(B)19.2º42.02%46.67%-
XYZ11.9310.857.1-
YUV93.34114.26146.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=43.59%
G=31.14%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119856900.290.420.5319.226.636.86
Hex77554501D2A35131b25
Octal1671251050355265233345
Binary1110111101010110001010111011010101101011001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775545; }

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

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

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

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

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

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

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

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