#775142

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

Shades of Old Copper #775142

Tints of Old Copper #775142

Color information

#775142 (or 0x775142) is unknown color: approx Old Copper. HEX triplet: 77, 51 and 42. RGB value is (119,81,66). Sum of RGB (Red+Green+Blue) = 119+81+66=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #775142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775142 is #88AEBD. Grayscale: #5A5A5A. Windows color (decimal): -8957630 or 4346231. OLE color: 4346231.

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

Color convert

RGB1198166-
CMYK00.320.450.53
HSL16.98º28.65%36.27%-
HSV(B)16.98º44.54%46.67%-
XYZ11.5310.26.52-
YUV90.65114.09148.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=44.74%
G=30.45%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119816600.320.450.5316.9828.6536.27
Hex7751420202D35111d24
Octal1671211020405565213544
Binary11101111010001100001001000001011011101011000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775142; }

 p { color: rgb(119,81,66); }

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

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

 a { background-color: rgb(119,81,66); }

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

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

 span { border-color: rgb(119,81,66); }

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