#775344

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

Shades of Old Copper #775344

Tints of Old Copper #775344

Color information

#775344 (or 0x775344) is unknown color: approx Old Copper. HEX triplet: 77, 53 and 44. RGB value is (119,83,68). Sum of RGB (Red+Green+Blue) = 119+83+68=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775344 is #88ACBB. Grayscale: #5C5C5C. Windows color (decimal): -8957116 or 4477815. OLE color: 4477815.

HSL color Cylindrical-coordinate representation of color #775344: hue angle of 17.65º 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 #775344 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1198368-
CMYK00.300.430.53
HSL17.65º27.27%36.67%-
HSV(B)17.65º42.86%46.67%-
XYZ11.7410.536.88-
YUV92.05114.43147.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 68 (26.95% from 255) = 25.19%
R=44.07%
G=30.74%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119836800.300.430.5317.6527.2736.67
Hex77534401E2B35121b25
Octal1671231040365365223345
Binary1110111101001110001000111101010111101011001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775344; }

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

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

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

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

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

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

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

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