#774F3D

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

Shades of Old Copper #774F3D

Tints of Old Copper #774F3D

Color information

#774F3D (or 0x774F3D) is unknown color: approx Old Copper. HEX triplet: 77, 4F and 3D. RGB value is (119,79,61). Sum of RGB (Red+Green+Blue) = 119+79+61=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F3D is #88B0C2. Grayscale: #595959. Windows color (decimal): -8958147 or 4018039. OLE color: 4018039.

HSL color Cylindrical-coordinate representation of color #774F3D: hue angle of 18.62º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #774F3D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1197961-
CMYK00.340.490.53
HSL18.62º32.22%35.29%-
HSV(B)18.62º48.74%46.67%-
XYZ11.259.855.72-
YUV88.91112.25149.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=45.95%
G=30.50%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119796100.340.490.5318.6232.2235.29
Hex774F3D0223135132023
Octal167117750426165234043
Binary11101111001111111101010001011000111010110011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,79,61); }

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

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

 a { background-color: rgb(119,79,61); }

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

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

 span { border-color: rgb(119,79,61); }

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