#775136

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

Shades of Old Copper #775136

Tints of Old Copper #775136

Color information

#775136 (or 0x775136) is unknown color: approx Old Copper. HEX triplet: 77, 51 and 36. RGB value is (119,81,54). Sum of RGB (Red+Green+Blue) = 119+81+54=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #775136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775136 is #88AEC9. Grayscale: #595959. Windows color (decimal): -8957642 or 3559799. OLE color: 3559799.

HSL color Cylindrical-coordinate representation of color #775136: hue angle of 24.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775136 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1198154-
CMYK00.320.550.53
HSL24.92º37.57%33.92%-
HSV(B)24.92º54.62%46.67%-
XYZ11.2210.074.84-
YUV89.28108.09149.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=46.85%
G=31.89%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119815400.320.550.5324.9237.5733.92
Hex7751360203735192622
Octal167121660406765314642
Binary11101111010001110110010000011011111010111001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775136; }

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

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

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

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

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

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

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

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