#7F422A

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

Shades of Copper Canyon #7F422A

Tints of Copper Canyon #7F422A

Color information

#7F422A (or 0x7F422A) is unknown color: approx Copper Canyon. HEX triplet: 7F, 42 and 2A. RGB value is (127,66,42). Sum of RGB (Red+Green+Blue) = 127+66+42=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F422A is #80BDD5. Grayscale: #515151. Windows color (decimal): -8437206 or 2769535. OLE color: 2769535.

HSL color Cylindrical-coordinate representation of color #7F422A: hue angle of 16.94º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F422A is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1276642-
CMYK00.480.670.50
HSL16.94º50.3%33.14%-
HSV(B)16.94º66.93%49.8%-
XYZ11.128.583.26-
YUV81.5105.71160.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.04%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=54.04%
G=28.09%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127664200.480.670.5016.9450.333.14
Hex7F422A0304332113221
Octal1771025206010362216241
Binary111111110000101010100110000100001111001010001110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F422A; }

 p { color: rgb(127,66,42); }

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

<style>
 a { background-color: #7F422A; }

 a { background-color: rgb(127,66,42); }

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

<style>
 span { border-color: #7F422A; }

 span { border-color: rgb(127,66,42); }

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