#775441

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

Shades of Old Copper #775441

Tints of Old Copper #775441

Color information

#775441 (or 0x775441) is unknown color: approx Old Copper. HEX triplet: 77, 54 and 41. RGB value is (119,84,65). Sum of RGB (Red+Green+Blue) = 119+84+65=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #775441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775441 is #88ABBE. Grayscale: #5C5C5C. Windows color (decimal): -8956863 or 4281463. OLE color: 4281463.

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

Color convert

RGB1198465-
CMYK00.290.450.53
HSL21.11º29.35%36.08%-
HSV(B)21.11º45.38%46.67%-
XYZ11.7310.646.44-
YUV92.3112.6147.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=44.40%
G=31.34%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119846500.290.450.5321.1129.3536.08
Hex77544101D2D35151d24
Octal1671241010355565253544
Binary1110111101010010000010111011011011101011010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775441; }

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

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

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

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

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

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

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

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