#775642

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

Shades of Old Copper #775642

Tints of Old Copper #775642

Color information

#775642 (or 0x775642) is unknown color: approx Old Copper. HEX triplet: 77, 56 and 42. RGB value is (119,86,66). Sum of RGB (Red+Green+Blue) = 119+86+66=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775642 is #88A9BD. Grayscale: #5D5D5D. Windows color (decimal): -8956350 or 4347511. OLE color: 4347511.

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

Color convert

RGB1198666-
CMYK00.280.450.53
HSL22.64º28.65%36.27%-
HSV(B)22.64º44.54%46.67%-
XYZ11.9210.976.64-
YUV93.59112.43146.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=43.91%
G=31.73%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119866600.280.450.5322.6428.6536.27
Hex77564201C2D35171d24
Octal1671261020345565273544
Binary1110111101011010000100111001011011101011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775642; }

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

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

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

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

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

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

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

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