Html Css Color HEX #7A5437 Old Copper

📋 copy color: '#7A5437'

red 122 ◦ green 84 ◦ blue 55

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

Shades of Old Copper #7A5437

Tints of Old Copper #7A5437

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 46.74%
G = 32.18%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#7A5437 (or 0x7A5437) is known color: Old Copper. HEX triplet: 7A, 54 and 37. RGB value is (122,84,55). Sum of RGB (Red+Green+Blue) = 122+84+55=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5437 is #85ABC8. Grayscale: #5C5C5C. Windows color (decimal): -8760265 or 3626106. OLE color: 3626106.

HSL color Cylindrical-coordinate representation of color #7A5437: hue angle of 25.97º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A5437 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 84 55 -
CMYK 0 0.31 0.55 0.52
HSL 25.97º 0.38% 0.35% -
HSV(B) 25.97º 0.55% 0.48% -
XYZ 11.89 10.75 5.06 -
YUV 92.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 122 84 55 0 0.31 0.55 0.52 25.97 0.38 0.35
Hex 7A 54 37 0 1F 37 34 1A 26 23
Octal 172 124 67 0 37 67 64 32 46 43
Binary 1111010 1010100 110111 0 11111 110111 110100 11010 100110 100011

Color Harmonies of #7A5437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5437

Black with #7A5437

Text Example


Text Example

White with #7A5437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,84,55); }

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

background-color css

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

 a { background-color: rgb(122,84,55); }

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

border-color css

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

 span { border-color: rgb(122,84,55); }

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