#765237

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

Shades of Old Copper #765237

Tints of Old Copper #765237

Color information

#765237 (or 0x765237) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 37. RGB value is (118,82,55). Sum of RGB (Red+Green+Blue) = 118+82+55=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #765237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765237 is #89ADC8. Grayscale: #595959. Windows color (decimal): -9022921 or 3625590. OLE color: 3625590.

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

Color convert

RGB1188255-
CMYK00.310.530.54
HSL25.71º36.42%33.92%-
HSV(B)25.71º53.39%46.27%-
XYZ11.1810.164.99-
YUV89.69108.43148.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 55 (21.88% from 255) = 21.57%
R=46.27%
G=32.16%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118825500.310.530.5425.7136.4233.92
Hex76523701F35361a2422
Octal166122670376566324442
Binary1110110101001011011101111111010111011011010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765237; }

 p { color: rgb(118,82,55); }

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

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

 a { background-color: rgb(118,82,55); }

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

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

 span { border-color: rgb(118,82,55); }

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