Html Css Color HEX #7A4227 Copper Canyon

📋 copy color: '#7A4227'

red 122 ◦ green 66 ◦ blue 39

#7A4227
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Canyon #7A4227

Tints of Copper Canyon #7A4227

RGB

 RED value IS 122 (48.05% from 255) = 53.74%

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 39 (15.63% from 255) = 17.18%

R = 53.74%
G = 29.07%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#7A4227 (or 0x7A4227) is known color: Copper Canyon. HEX triplet: 7A, 42 and 27. RGB value is (122,66,39). Sum of RGB (Red+Green+Blue) = 122+66+39=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4227 is #85BDD8. Grayscale: #4F4F4F. Windows color (decimal): -8764889 or 2572922. OLE color: 2572922.

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

Color convert

RGB 122 66 39 -
CMYK 0 0.46 0.68 0.52
HSL 19.52º 0.52% 0.32% -
HSV(B) 19.52º 0.68% 0.48% -
XYZ 10.34 8.18 2.95 -
YUV 79.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 122 66 39 0 0.46 0.68 0.52 19.52 0.52 0.32
Hex 7A 42 27 0 2E 44 34 14 34 20
Octal 172 102 47 0 56 104 64 24 64 40
Binary 1111010 1000010 100111 0 101110 1000100 110100 10100 110100 100000

Color Harmonies of #7A4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4227

Black with #7A4227

Text Example


Text Example

White with #7A4227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,66,39); }

 H1.HeaderClassName
 {
   color: #7A4227;
 }
 .AnyTagClassName
 {
   color: #7A4227;
 }
</style>

background-color css

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

 a { background-color: rgb(122,66,39); }

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

border-color css

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

 span { border-color: rgb(122,66,39); }

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