#76402C

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

Shades of Copper Canyon #76402C

Tints of Copper Canyon #76402C

Color information

#76402C (or 0x76402C) is unknown color: approx Copper Canyon. HEX triplet: 76, 40 and 2C. RGB value is (118,64,44). Sum of RGB (Red+Green+Blue) = 118+64+44=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76402C is #89BFD3. Grayscale: #4E4E4E. Windows color (decimal): -9027540 or 2900086. OLE color: 2900086.

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

Color convert

RGB1186444-
CMYK00.460.630.54
HSL16.22º45.68%31.76%-
HSV(B)16.22º62.71%46.27%-
XYZ9.767.73.35-
YUV77.87108.89156.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=52.21%
G=28.32%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118644400.460.630.5416.2245.6831.76
Hex76402C02E3F36102e20
Octal166100540567766205640
Binary11101101000000101100010111011111111011010000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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