#775645

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

Shades of Old Copper #775645

Tints of Old Copper #775645

Color information

#775645 (or 0x775645) is unknown color: approx Old Copper. HEX triplet: 77, 56 and 45. RGB value is (119,86,69). Sum of RGB (Red+Green+Blue) = 119+86+69=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775645 is #88A9BA. Grayscale: #5E5E5E. Windows color (decimal): -8956347 or 4544119. OLE color: 4544119.

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

Color convert

RGB1198669-
CMYK00.280.420.53
HSL20.4º26.6%36.86%-
HSV(B)20.4º42.02%46.67%-
XYZ12.0111.017.12-
YUV93.93113.93145.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=43.43%
G=31.39%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119866900.280.420.5320.426.636.86
Hex77564501C2A35141b25
Octal1671261050345265243345
Binary1110111101011010001010111001010101101011010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775645; }

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

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

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

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

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

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

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

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