#773C27

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

Shades of Copper Canyon #773C27

Tints of Copper Canyon #773C27

Color information

#773C27 (or 0x773C27) is unknown color: approx Copper Canyon. HEX triplet: 77, 3C and 27. RGB value is (119,60,39). Sum of RGB (Red+Green+Blue) = 119+60+39=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #773C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C27 is #88C3D8. Grayscale: #4B4B4B. Windows color (decimal): -8963033 or 2571383. OLE color: 2571383.

HSL color Cylindrical-coordinate representation of color #773C27: hue angle of 15.75º 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 #773C27 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1196039-
CMYK00.500.670.53
HSL15.75º50.63%30.98%-
HSV(B)15.75º67.23%46.67%-
XYZ9.597.32.82-
YUV75.25107.55159.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=54.59%
G=27.52%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119603900.500.670.5315.7550.6330.98
Hex773C27032433510331f
Octal167744706210365206337
Binary1110111111100100111011001010000111101011000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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