#775343

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

Shades of Old Copper #775343

Tints of Old Copper #775343

Color information

#775343 (or 0x775343) is unknown color: approx Old Copper. HEX triplet: 77, 53 and 43. RGB value is (119,83,67). Sum of RGB (Red+Green+Blue) = 119+83+67=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775343 is #88ACBC. Grayscale: #5C5C5C. Windows color (decimal): -8957117 or 4412279. OLE color: 4412279.

HSL color Cylindrical-coordinate representation of color #775343: hue angle of 18.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775343 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB1198367-
CMYK00.300.440.53
HSL18.46º27.96%36.47%-
HSV(B)18.46º43.7%46.67%-
XYZ11.7110.516.72-
YUV91.94113.93147.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 67 (26.56% from 255) = 24.91%
R=44.24%
G=30.86%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119836700.300.440.5318.4627.9636.47
Hex77534301E2C35121c24
Octal1671231030365465223444
Binary1110111101001110000110111101011001101011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775343; }

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

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

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

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

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

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

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

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