#775542

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

Shades of Old Copper #775542

Tints of Old Copper #775542

Color information

#775542 (or 0x775542) is unknown color: approx Old Copper. HEX triplet: 77, 55 and 42. RGB value is (119,85,66). Sum of RGB (Red+Green+Blue) = 119+85+66=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775542 is #88AABD. Grayscale: #5D5D5D. Windows color (decimal): -8956606 or 4347255. OLE color: 4347255.

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

Color convert

RGB1198566-
CMYK00.290.450.53
HSL21.51º28.65%36.27%-
HSV(B)21.51º44.54%46.67%-
XYZ11.8410.816.62-
YUV93112.76146.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=44.07%
G=31.48%
B=24.44%

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
Decimal119856600.290.450.5321.5128.6536.27
Hex77554201D2D35161d24
Octal1671251020355565263544
Binary1110111101010110000100111011011011101011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775542; }

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

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

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

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

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

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

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

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