#775548

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

Shades of Old Copper #775548

Tints of Old Copper #775548

Color information

#775548 (or 0x775548) is unknown color: approx Old Copper. HEX triplet: 77, 55 and 48. RGB value is (119,85,72). Sum of RGB (Red+Green+Blue) = 119+85+72=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #775548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775548 is #88AAB7. Grayscale: #5D5D5D. Windows color (decimal): -8956600 or 4740471. OLE color: 4740471.

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

Color convert

RGB1198572-
CMYK00.290.390.53
HSL16.6º24.61%37.45%-
HSV(B)16.6º39.5%46.67%-
XYZ12.0310.897.6-
YUV93.68115.76146.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=43.12%
G=30.80%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119857200.290.390.5316.624.6137.45
Hex77554801D2735111925
Octal1671251100354765213145
Binary1110111101010110010000111011001111101011000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775548; }

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

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

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

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

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

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

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

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