#775743

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

Shades of Old Copper #775743

Tints of Old Copper #775743

Color information

#775743 (or 0x775743) is unknown color: approx Old Copper. HEX triplet: 77, 57 and 43. RGB value is (119,87,67). Sum of RGB (Red+Green+Blue) = 119+87+67=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775743 is #88A8BC. Grayscale: #5E5E5E. Windows color (decimal): -8956093 or 4413303. OLE color: 4413303.

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

Color convert

RGB1198767-
CMYK00.270.440.53
HSL23.08º27.96%36.47%-
HSV(B)23.08º43.7%46.67%-
XYZ12.0311.146.83-
YUV94.29112.6145.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=43.59%
G=31.87%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119876700.270.440.5323.0827.9636.47
Hex77574301B2C35171c24
Octal1671271030335465273444
Binary1110111101011110000110110111011001101011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775743; }

 p { color: rgb(119,87,67); }

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

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

 a { background-color: rgb(119,87,67); }

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

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

 span { border-color: rgb(119,87,67); }

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