#774F35

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

Shades of Old Copper #774F35

Tints of Old Copper #774F35

Color information

#774F35 (or 0x774F35) is unknown color: approx Old Copper. HEX triplet: 77, 4F and 35. RGB value is (119,79,53). Sum of RGB (Red+Green+Blue) = 119+79+53=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F35 is #88B0CA. Grayscale: #585858. Windows color (decimal): -8958155 or 3493751. OLE color: 3493751.

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

Color convert

RGB1197953-
CMYK00.340.550.53
HSL23.64º38.37%33.73%-
HSV(B)23.64º55.46%46.67%-
XYZ11.059.774.67-
YUV88108.25150.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=47.41%
G=31.47%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119795300.340.550.5323.6438.3733.73
Hex774F350223735182622
Octal167117650426765304642
Binary11101111001111110101010001011011111010111000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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