#775540

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

Shades of Old Copper #775540

Tints of Old Copper #775540

Color information

#775540 (or 0x775540) is unknown color: approx Old Copper. HEX triplet: 77, 55 and 40. RGB value is (119,85,64). Sum of RGB (Red+Green+Blue) = 119+85+64=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #775540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775540 is #88AABF. Grayscale: #5C5C5C. Windows color (decimal): -8956608 or 4216183. OLE color: 4216183.

HSL color Cylindrical-coordinate representation of color #775540: hue angle of 22.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775540 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1198564-
CMYK00.290.460.53
HSL22.91º30.05%35.88%-
HSV(B)22.91º46.22%46.67%-
XYZ11.7810.796.31-
YUV92.77111.76146.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=44.40%
G=31.72%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119856400.290.460.5322.9130.0535.88
Hex77554001D2E35171e24
Octal1671251000355665273644
Binary1110111101010110000000111011011101101011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775540; }

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

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

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

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

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

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

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

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