#77412D

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

Shades of Copper Canyon #77412D

Tints of Copper Canyon #77412D

Color information

#77412D (or 0x77412D) is unknown color: approx Copper Canyon. HEX triplet: 77, 41 and 2D. RGB value is (119,65,45). Sum of RGB (Red+Green+Blue) = 119+65+45=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77412D is #88BED2. Grayscale: #4F4F4F. Windows color (decimal): -8961747 or 2965879. OLE color: 2965879.

HSL color Cylindrical-coordinate representation of color #77412D: hue angle of 16.22º 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 #77412D is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1196545-
CMYK00.450.620.53
HSL16.22º45.12%32.16%-
HSV(B)16.22º62.18%46.67%-
XYZ9.977.893.48-
YUV78.87108.89156.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=51.97%
G=28.38%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119654500.450.620.5316.2245.1232.16
Hex77412D02D3E35102d20
Octal167101550557665205540
Binary11101111000001101101010110111111011010110000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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