#775841

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

Shades of Old Copper #775841

Tints of Old Copper #775841

Color information

#775841 (or 0x775841) is unknown color: approx Old Copper. HEX triplet: 77, 58 and 41. RGB value is (119,88,65). Sum of RGB (Red+Green+Blue) = 119+88+65=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775841 is #88A7BE. Grayscale: #5E5E5E. Windows color (decimal): -8955839 or 4282487. OLE color: 4282487.

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

Color convert

RGB1198865-
CMYK00.260.450.53
HSL25.56º29.35%36.08%-
HSV(B)25.56º45.38%46.67%-
XYZ12.0511.286.54-
YUV94.65111.27145.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=43.75%
G=32.35%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119886500.260.450.5325.5629.3536.08
Hex77584101A2D351a1d24
Octal1671301010325565323544
Binary1110111101100010000010110101011011101011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775841; }

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

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

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

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

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

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

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

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