#775336

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

Shades of Old Copper #775336

Tints of Old Copper #775336

Color information

#775336 (or 0x775336) is unknown color: approx Old Copper. HEX triplet: 77, 53 and 36. RGB value is (119,83,54). Sum of RGB (Red+Green+Blue) = 119+83+54=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775336 is #88ACC9. Grayscale: #5A5A5A. Windows color (decimal): -8957130 or 3560311. OLE color: 3560311.

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

Color convert

RGB1198354-
CMYK00.300.550.53
HSL26.77º37.57%33.92%-
HSV(B)26.77º54.62%46.67%-
XYZ11.3710.374.89-
YUV90.46107.43148.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=46.48%
G=32.42%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119835400.300.550.5326.7737.5733.92
Hex77533601E37351b2622
Octal167123660366765334642
Binary1110111101001111011001111011011111010111011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775336; }

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

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

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

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

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

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

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

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