#765441

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

Shades of Old Copper #765441

Tints of Old Copper #765441

Color information

#765441 (or 0x765441) is unknown color: approx Old Copper. HEX triplet: 76, 54 and 41. RGB value is (118,84,65). Sum of RGB (Red+Green+Blue) = 118+84+65=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #765441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765441 is #89ABBE. Grayscale: #5C5C5C. Windows color (decimal): -9022399 or 4281462. OLE color: 4281462.

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

Color convert

RGB1188465-
CMYK00.290.450.54
HSL21.51º28.96%35.88%-
HSV(B)21.51º44.92%46.27%-
XYZ11.610.576.43-
YUV92112.76146.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=44.19%
G=31.46%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118846500.290.450.5421.5128.9635.88
Hex76544101D2D36161d24
Octal1661241010355566263544
Binary1110110101010010000010111011011011101101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765441; }

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

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

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

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

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

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

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

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