#774F3C

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

Shades of Old Copper #774F3C

Tints of Old Copper #774F3C

Color information

#774F3C (or 0x774F3C) is unknown color: approx Old Copper. HEX triplet: 77, 4F and 3C. RGB value is (119,79,60). Sum of RGB (Red+Green+Blue) = 119+79+60=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F3C is #88B0C3. Grayscale: #585858. Windows color (decimal): -8958148 or 3952503. OLE color: 3952503.

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

Color convert

RGB1197960-
CMYK00.340.500.53
HSL19.32º32.96%35.1%-
HSV(B)19.32º49.58%46.67%-
XYZ11.229.845.58-
YUV88.79111.75149.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=46.12%
G=30.62%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119796000.340.500.5319.3232.9635.1
Hex774F3C0223235132123
Octal167117740426265234143
Binary11101111001111111100010001011001011010110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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