#775544

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

Shades of Old Copper #775544

Tints of Old Copper #775544

Color information

#775544 (or 0x775544) is unknown color: approx Old Copper. HEX triplet: 77, 55 and 44. RGB value is (119,85,68). Sum of RGB (Red+Green+Blue) = 119+85+68=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775544 is #88AABB. Grayscale: #5D5D5D. Windows color (decimal): -8956604 or 4478327. OLE color: 4478327.

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

Color convert

RGB1198568-
CMYK00.290.430.53
HSL20º27.27%36.67%-
HSV(B)20º42.86%46.67%-
XYZ11.910.846.93-
YUV93.23113.76146.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 68 (26.95% from 255) = 25%
R=43.75%
G=31.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119856800.290.430.532027.2736.67
Hex77554401D2B35141b25
Octal1671251040355365243345
Binary1110111101010110001000111011010111101011010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775544; }

 p { color: rgb(119,85,68); }

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

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

 a { background-color: rgb(119,85,68); }

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

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

 span { border-color: rgb(119,85,68); }

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