Html Css Color HEX #7A5645 Old Copper

📋 copy color: '#7A5645'

red 122 ◦ green 86 ◦ blue 69

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

Shades of Old Copper #7A5645

Tints of Old Copper #7A5645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 44.04%
G = 31.05%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#7A5645 (or 0x7A5645) is known color: Old Copper. HEX triplet: 7A, 56 and 45. RGB value is (122,86,69). Sum of RGB (Red+Green+Blue) = 122+86+69=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5645 is #85A9BA. Grayscale: #5E5E5E. Windows color (decimal): -8759739 or 4544122. OLE color: 4544122.

HSL color Cylindrical-coordinate representation of color #7A5645: hue angle of 19.25º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A5645 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 86 69 -
CMYK 0 0.30 0.43 0.52
HSL 19.25º 0.28% 0.37% -
HSV(B) 19.25º 0.43% 0.48% -
XYZ 12.43 11.22 7.14 -
YUV 94.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 122 86 69 0 0.30 0.43 0.52 19.25 0.28 0.37
Hex 7A 56 45 0 1E 2B 34 13 1C 25
Octal 172 126 105 0 36 53 64 23 34 45
Binary 1111010 1010110 1000101 0 11110 101011 110100 10011 11100 100101

Color Harmonies of #7A5645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5645

Black with #7A5645

Text Example


Text Example

White with #7A5645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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