#773A27

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

Shades of Copper Canyon #773A27

Tints of Copper Canyon #773A27

Color information

#773A27 (or 0x773A27) is unknown color: approx Copper Canyon. HEX triplet: 77, 3A and 27. RGB value is (119,58,39). Sum of RGB (Red+Green+Blue) = 119+58+39=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #773A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A27 is #88C5D8. Grayscale: #4A4A4A. Windows color (decimal): -8963545 or 2570871. OLE color: 2570871.

HSL color Cylindrical-coordinate representation of color #773A27: hue angle of 14.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773A27 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1195839-
CMYK00.510.670.53
HSL14.25º50.63%30.98%-
HSV(B)14.25º67.23%46.67%-
XYZ9.497.092.79-
YUV74.07108.21160.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=55.09%
G=26.85%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119583900.510.670.5314.2550.6330.98
Hex773A270334335e331f
Octal167724706310365166337
Binary111011111101010011101100111000011110101111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773A27; }

 p { color: rgb(119,58,39); }

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

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

 a { background-color: rgb(119,58,39); }

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

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

 span { border-color: rgb(119,58,39); }

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