Html Css Color HEX #7A563D Old Copper

📋 copy color: '#7A563D'

red 122 ◦ green 86 ◦ blue 61

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

Shades of Old Copper #7A563D

Tints of Old Copper #7A563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.97%

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 45.35%
G = 31.97%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7A563D (or 0x7A563D) is known color: Old Copper. HEX triplet: 7A, 56 and 3D. RGB value is (122,86,61). Sum of RGB (Red+Green+Blue) = 122+86+61=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A563D is #85A9C2. Grayscale: #5E5E5E. Windows color (decimal): -8759747 or 4019834. OLE color: 4019834.

HSL color Cylindrical-coordinate representation of color #7A563D: hue angle of 24.59º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A563D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 86 61 -
CMYK 0 0.30 0.50 0.52
HSL 24.59º 0.33% 0.36% -
HSV(B) 24.59º 0.5% 0.48% -
XYZ 12.2 11.13 5.92 -
YUV 93.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 122 86 61 0 0.30 0.50 0.52 24.59 0.33 0.36
Hex 7A 56 3D 0 1E 32 34 19 21 24
Octal 172 126 75 0 36 62 64 31 41 44
Binary 1111010 1010110 111101 0 11110 110010 110100 11001 100001 100100

Color Harmonies of #7A563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A563D

Black with #7A563D

Text Example


Text Example

White with #7A563D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,86,61); }

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

background-color css

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

 a { background-color: rgb(122,86,61); }

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

border-color css

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

 span { border-color: rgb(122,86,61); }

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