#775341

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

Shades of Old Copper #775341

Tints of Old Copper #775341

Color information

#775341 (or 0x775341) is unknown color: approx Old Copper. HEX triplet: 77, 53 and 41. RGB value is (119,83,65). Sum of RGB (Red+Green+Blue) = 119+83+65=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #775341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775341 is #88ACBE. Grayscale: #5B5B5B. Windows color (decimal): -8957119 or 4281207. OLE color: 4281207.

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

Color convert

RGB1198365-
CMYK00.300.450.53
HSL20º29.35%36.08%-
HSV(B)20º45.38%46.67%-
XYZ11.6610.496.41-
YUV91.71112.93147.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=44.57%
G=31.09%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119836500.300.450.532029.3536.08
Hex77534101E2D35141d24
Octal1671231010365565243544
Binary1110111101001110000010111101011011101011010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775341; }

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

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

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

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

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

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

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

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