#765741

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

Shades of Old Copper #765741

Tints of Old Copper #765741

Color information

#765741 (or 0x765741) is unknown color: approx Old Copper. HEX triplet: 76, 57 and 41. RGB value is (118,87,65). Sum of RGB (Red+Green+Blue) = 118+87+65=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765741 is #89A8BE. Grayscale: #5D5D5D. Windows color (decimal): -9021631 or 4282230. OLE color: 4282230.

HSL color Cylindrical-coordinate representation of color #765741: hue angle of 24.91º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765741 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1188765-
CMYK00.260.450.54
HSL24.91º28.96%35.88%-
HSV(B)24.91º44.92%46.27%-
XYZ11.8311.056.51-
YUV93.76111.77145.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=43.70%
G=32.22%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118876500.260.450.5424.9128.9635.88
Hex76574101A2D36191d24
Octal1661271010325566313544
Binary1110110101011110000010110101011011101101100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765741; }

 p { color: rgb(118,87,65); }

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

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

 a { background-color: rgb(118,87,65); }

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

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

 span { border-color: rgb(118,87,65); }

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