#775240

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

Shades of Old Copper #775240

Tints of Old Copper #775240

Color information

#775240 (or 0x775240) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 40. RGB value is (119,82,64). Sum of RGB (Red+Green+Blue) = 119+82+64=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775240 is #88ADBF. Grayscale: #5B5B5B. Windows color (decimal): -8957376 or 4215415. OLE color: 4215415.

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

Color convert

RGB1198264-
CMYK00.310.460.53
HSL19.64º30.05%35.88%-
HSV(B)19.64º46.22%46.67%-
XYZ11.5510.336.23-
YUV91.01112.76147.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=44.91%
G=30.94%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119826400.310.460.5319.6430.0535.88
Hex77524001F2E35141e24
Octal1671221000375665243644
Binary1110111101001010000000111111011101101011010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775240; }

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

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

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

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

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

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

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

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