#775641

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

Shades of Old Copper #775641

Tints of Old Copper #775641

Color information

#775641 (or 0x775641) is unknown color: approx Old Copper. HEX triplet: 77, 56 and 41. RGB value is (119,86,65). Sum of RGB (Red+Green+Blue) = 119+86+65=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775641 is #88A9BE. Grayscale: #5D5D5D. Windows color (decimal): -8956351 or 4281975. OLE color: 4281975.

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

Color convert

RGB1198665-
CMYK00.280.450.53
HSL23.33º29.35%36.08%-
HSV(B)23.33º45.38%46.67%-
XYZ11.8910.966.49-
YUV93.47111.93146.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=44.07%
G=31.85%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119866500.280.450.5323.3329.3536.08
Hex77564101C2D35171d24
Octal1671261010345565273544
Binary1110111101011010000010111001011011101011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775641; }

 p { color: rgb(119,86,65); }

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

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

 a { background-color: rgb(119,86,65); }

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

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

 span { border-color: rgb(119,86,65); }

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