#775442

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

Shades of Old Copper #775442

Tints of Old Copper #775442

Color information

#775442 (or 0x775442) is unknown color: approx Old Copper. HEX triplet: 77, 54 and 42. RGB value is (119,84,66). Sum of RGB (Red+Green+Blue) = 119+84+66=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775442 is #88ABBD. Grayscale: #5C5C5C. Windows color (decimal): -8956862 or 4346999. OLE color: 4346999.

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

Color convert

RGB1198466-
CMYK00.290.450.53
HSL20.38º28.65%36.27%-
HSV(B)20.38º44.54%46.67%-
XYZ11.7610.666.59-
YUV92.41113.1146.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=44.24%
G=31.23%
B=24.54%

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
Decimal119846600.290.450.5320.3828.6536.27
Hex77544201D2D35141d24
Octal1671241020355565243544
Binary1110111101010010000100111011011011101011010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775442; }

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

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

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

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

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

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

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

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