#775244

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

Shades of Old Copper #775244

Tints of Old Copper #775244

Color information

#775244 (or 0x775244) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 44. RGB value is (119,82,68). Sum of RGB (Red+Green+Blue) = 119+82+68=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775244 is #88ADBB. Grayscale: #5B5B5B. Windows color (decimal): -8957372 or 4477559. OLE color: 4477559.

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

Color convert

RGB1198268-
CMYK00.310.430.53
HSL16.47º27.27%36.67%-
HSV(B)16.47º42.86%46.67%-
XYZ11.6710.376.86-
YUV91.47114.76147.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=44.24%
G=30.48%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119826800.310.430.5316.4727.2736.67
Hex77524401F2B35101b25
Octal1671221040375365203345
Binary1110111101001010001000111111010111101011000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775244; }

 p { color: rgb(119,82,68); }

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

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

 a { background-color: rgb(119,82,68); }

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

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

 span { border-color: rgb(119,82,68); }

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