#775037

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

Shades of Old Copper #775037

Tints of Old Copper #775037

Color information

#775037 (or 0x775037) is unknown color: approx Old Copper. HEX triplet: 77, 50 and 37. RGB value is (119,80,55). Sum of RGB (Red+Green+Blue) = 119+80+55=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #775037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775037 is #88AFC8. Grayscale: #585858. Windows color (decimal): -8957897 or 3625079. OLE color: 3625079.

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

Color convert

RGB1198055-
CMYK00.330.540.53
HSL23.44º36.78%34.12%-
HSV(B)23.44º53.78%46.67%-
XYZ11.179.944.94-
YUV88.81108.92149.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=46.85%
G=31.50%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119805500.330.540.5323.4436.7834.12
Hex7750370213635172522
Octal167120670416665274542
Binary11101111010000110111010000111011011010110111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775037; }

 p { color: rgb(119,80,55); }

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

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

 a { background-color: rgb(119,80,55); }

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

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

 span { border-color: rgb(119,80,55); }

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