#774E37

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

Shades of Old Copper #774E37

Tints of Old Copper #774E37

Color information

#774E37 (or 0x774E37) is unknown color: approx Old Copper. HEX triplet: 77, 4E and 37. RGB value is (119,78,55). Sum of RGB (Red+Green+Blue) = 119+78+55=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E37 is #88B1C8. Grayscale: #575757. Windows color (decimal): -8958409 or 3624567. OLE color: 3624567.

HSL color Cylindrical-coordinate representation of color #774E37: hue angle of 21.56º 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 #774E37 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1197855-
CMYK00.340.540.53
HSL21.56º36.78%34.12%-
HSV(B)21.56º53.78%46.67%-
XYZ11.029.654.9-
YUV87.64109.58150.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 55 (21.88% from 255) = 21.83%
R=47.22%
G=30.95%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119785500.340.540.5321.5636.7834.12
Hex774E370223635162522
Octal167116670426665264542
Binary11101111001110110111010001011011011010110110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E37; }

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

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

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

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

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

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

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

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