#774026

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

Shades of Copper Canyon #774026

Tints of Copper Canyon #774026

Color information

#774026 (or 0x774026) is unknown color: approx Copper Canyon. HEX triplet: 77, 40 and 26. RGB value is (119,64,38). Sum of RGB (Red+Green+Blue) = 119+64+38=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #774026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774026 is #88BFD9. Grayscale: #4D4D4D. Windows color (decimal): -8962010 or 2506871. OLE color: 2506871.

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

Color convert

RGB1196438-
CMYK00.460.680.53
HSL19.26º51.59%30.78%-
HSV(B)19.26º68.07%46.67%-
XYZ9.797.732.81-
YUV77.48105.72157.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=53.85%
G=28.96%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119643800.460.680.5319.2651.5930.78
Hex77402602E443513341f
Octal1671004605610465236437
Binary11101111000000100110010111010001001101011001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774026; }

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

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

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

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

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

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

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

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