#775741

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

Shades of Old Copper #775741

Tints of Old Copper #775741

Color information

#775741 (or 0x775741) is unknown color: approx Old Copper. HEX triplet: 77, 57 and 41. RGB value is (119,87,65). Sum of RGB (Red+Green+Blue) = 119+87+65=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775741 is #88A8BE. Grayscale: #5E5E5E. Windows color (decimal): -8956095 or 4282231. OLE color: 4282231.

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

Color convert

RGB1198765-
CMYK00.270.450.53
HSL24.44º29.35%36.08%-
HSV(B)24.44º45.38%46.67%-
XYZ11.9711.126.52-
YUV94.06111.6145.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=43.91%
G=32.10%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119876500.270.450.5324.4429.3536.08
Hex77574101B2D35181d24
Octal1671271010335565303544
Binary1110111101011110000010110111011011101011100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775741; }

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

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

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

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

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

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

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

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