#775243

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

Shades of Old Copper #775243

Tints of Old Copper #775243

Color information

#775243 (or 0x775243) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 43. RGB value is (119,82,67). Sum of RGB (Red+Green+Blue) = 119+82+67=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #775243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775243 is #88ADBC. Grayscale: #5B5B5B. Windows color (decimal): -8957373 or 4412023. OLE color: 4412023.

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

Color convert

RGB1198267-
CMYK00.310.440.53
HSL17.31º27.96%36.47%-
HSV(B)17.31º43.7%46.67%-
XYZ11.6410.366.7-
YUV91.35114.26147.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 67 (26.56% from 255) = 25%
R=44.40%
G=30.60%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119826700.310.440.5317.3127.9636.47
Hex77524301F2C35111c24
Octal1671221030375465213444
Binary1110111101001010000110111111011001101011000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775243; }

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

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

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

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

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

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

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

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