#77402B

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

Shades of Copper Canyon #77402B

Tints of Copper Canyon #77402B

Color information

#77402B (or 0x77402B) is unknown color: approx Copper Canyon. HEX triplet: 77, 40 and 2B. RGB value is (119,64,43). Sum of RGB (Red+Green+Blue) = 119+64+43=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #77402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77402B is #88BFD4. Grayscale: #4E4E4E. Windows color (decimal): -8962005 or 2834551. OLE color: 2834551.

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

Color convert

RGB1196443-
CMYK00.460.640.53
HSL16.58º46.91%31.76%-
HSV(B)16.58º63.87%46.67%-
XYZ9.887.763.26-
YUV78.05108.22157.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=52.65%
G=28.32%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119644300.460.640.5316.5846.9131.76
Hex77402B02E4035112f20
Octal1671005305610065215740
Binary111011110000001010110101110100000011010110001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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