Html Css Color HEX #7A3C2C Copper Canyon

📋 copy color: '#7A3C2C'

red 122 ◦ green 60 ◦ blue 44

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

Shades of Copper Canyon #7A3C2C

Tints of Copper Canyon #7A3C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.55%

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 53.98%
G = 26.55%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7A3C2C (or 0x7A3C2C) is known color: Copper Canyon. HEX triplet: 7A, 3C and 2C. RGB value is (122,60,44). Sum of RGB (Red+Green+Blue) = 122+60+44=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3C2C is #85C3D3. Grayscale: #4C4C4C. Windows color (decimal): -8766420 or 2899066. OLE color: 2899066.

HSL color Cylindrical-coordinate representation of color #7A3C2C: hue angle of 12.31º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A3C2C is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 60 44 -
CMYK 0 0.51 0.64 0.52
HSL 12.31º 0.47% 0.33% -
HSV(B) 12.31º 0.64% 0.48% -
XYZ 10.1 7.55 3.31 -
YUV 76.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 122 60 44 0 0.51 0.64 0.52 12.31 0.47 0.33
Hex 7A 3C 2C 0 33 40 34 C 2F 21
Octal 172 74 54 0 63 100 64 14 57 41
Binary 1111010 111100 101100 0 110011 1000000 110100 1100 101111 100001

Color Harmonies of #7A3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3C2C

Black with #7A3C2C

Text Example


Text Example

White with #7A3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,60,44); }

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

background-color css

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

 a { background-color: rgb(122,60,44); }

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

border-color css

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

 span { border-color: rgb(122,60,44); }

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