#775143

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

Shades of Old Copper #775143

Tints of Old Copper #775143

Color information

#775143 (or 0x775143) is unknown color: approx Old Copper. HEX triplet: 77, 51 and 43. RGB value is (119,81,67). Sum of RGB (Red+Green+Blue) = 119+81+67=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #775143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775143 is #88AEBC. Grayscale: #5A5A5A. Windows color (decimal): -8957629 or 4411767. OLE color: 4411767.

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

Color convert

RGB1198167-
CMYK00.320.440.53
HSL16.15º27.96%36.47%-
HSV(B)16.15º43.7%46.67%-
XYZ11.5610.216.67-
YUV90.77114.59148.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=44.57%
G=30.34%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119816700.320.440.5316.1527.9636.47
Hex7751430202C35101c24
Octal1671211030405465203444
Binary11101111010001100001101000001011001101011000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775143; }

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

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

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

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

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

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

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

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