#775340

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

Shades of Old Copper #775340

Tints of Old Copper #775340

Color information

#775340 (or 0x775340) is unknown color: approx Old Copper. HEX triplet: 77, 53 and 40. RGB value is (119,83,64). Sum of RGB (Red+Green+Blue) = 119+83+64=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #775340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775340 is #88ACBF. Grayscale: #5B5B5B. Windows color (decimal): -8957120 or 4215671. OLE color: 4215671.

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

Color convert

RGB1198364-
CMYK00.300.460.53
HSL20.73º30.05%35.88%-
HSV(B)20.73º46.22%46.67%-
XYZ11.6310.486.26-
YUV91.6112.43147.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=44.74%
G=31.20%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119836400.300.460.5320.7330.0535.88
Hex77534001E2E35151e24
Octal1671231000365665253644
Binary1110111101001110000000111101011101101011010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775340; }

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

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

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

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

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

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

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

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