#77402C

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

Shades of Copper Canyon #77402C

Tints of Copper Canyon #77402C

Color information

#77402C (or 0x77402C) is unknown color: approx Copper Canyon. HEX triplet: 77, 40 and 2C. RGB value is (119,64,44). Sum of RGB (Red+Green+Blue) = 119+64+44=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77402C is #88BFD3. Grayscale: #4E4E4E. Windows color (decimal): -8962004 or 2900087. OLE color: 2900087.

HSL color Cylindrical-coordinate representation of color #77402C: hue angle of 16º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77402C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1196444-
CMYK00.460.630.53
HSL16º46.01%31.96%-
HSV(B)16º63.03%46.67%-
XYZ9.97.773.36-
YUV78.17108.72157.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=52.42%
G=28.19%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119644400.460.630.531646.0131.96
Hex77402C02E3F35102e20
Octal167100540567765205640
Binary11101111000000101100010111011111111010110000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77402C; }

 p { color: rgb(119,64,44); }

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

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

 a { background-color: rgb(119,64,44); }

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

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

 span { border-color: rgb(119,64,44); }

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