#77442D

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

Shades of Copper Canyon #77442D

Tints of Copper Canyon #77442D

Color information

#77442D (or 0x77442D) is unknown color: approx Copper Canyon. HEX triplet: 77, 44 and 2D. RGB value is (119,68,45). Sum of RGB (Red+Green+Blue) = 119+68+45=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77442D is #88BBD2. Grayscale: #505050. Windows color (decimal): -8960979 or 2966647. OLE color: 2966647.

HSL color Cylindrical-coordinate representation of color #77442D: hue angle of 18.65º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77442D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1196845-
CMYK00.430.620.53
HSL18.65º45.12%32.16%-
HSV(B)18.65º62.18%46.67%-
XYZ10.158.253.54-
YUV80.63107.9155.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=51.29%
G=29.31%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119684500.430.620.5318.6545.1232.16
Hex77442D02B3E35132d20
Octal167104550537665235540
Binary11101111000100101101010101111111011010110011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77442D; }

 p { color: rgb(119,68,45); }

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

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

 a { background-color: rgb(119,68,45); }

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

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

 span { border-color: rgb(119,68,45); }

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