#764029

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

Shades of Copper Canyon #764029

Tints of Copper Canyon #764029

Color information

#764029 (or 0x764029) is unknown color: approx Copper Canyon. HEX triplet: 76, 40 and 29. RGB value is (118,64,41). Sum of RGB (Red+Green+Blue) = 118+64+41=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #764029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764029 is #89BFD6. Grayscale: #4D4D4D. Windows color (decimal): -9027543 or 2703478. OLE color: 2703478.

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

Color convert

RGB1186441-
CMYK00.460.650.54
HSL17.92º48.43%31.18%-
HSV(B)17.92º65.25%46.27%-
XYZ9.77.683.07-
YUV77.52107.39156.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=52.91%
G=28.70%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118644100.460.650.5417.9248.4331.18
Hex76402902E413612301f
Octal1661005105610166226037
Binary11101101000000101001010111010000011101101001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764029; }

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

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

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

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

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

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

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

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