Html Css Color HEX #7A5336 Old Copper

📋 copy color: '#7A5336'

red 122 ◦ green 83 ◦ blue 54

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

Shades of Old Copper #7A5336

Tints of Old Copper #7A5336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 47.1%
G = 32.05%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.52

RGB Variations

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

Color information

#7A5336 (or 0x7A5336) is known color: Old Copper. HEX triplet: 7A, 53 and 36. RGB value is (122,83,54). Sum of RGB (Red+Green+Blue) = 122+83+54=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5336 is #85ACC9. Grayscale: #5B5B5B. Windows color (decimal): -8760522 or 3560314. OLE color: 3560314.

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

Color convert

RGB 122 83 54 -
CMYK 0 0.32 0.56 0.52
HSL 25.59º 0.39% 0.35% -
HSV(B) 25.59º 0.56% 0.48% -
XYZ 11.79 10.59 4.91 -
YUV 91.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 122 83 54 0 0.32 0.56 0.52 25.59 0.39 0.35
Hex 7A 53 36 0 20 38 34 1A 27 23
Octal 172 123 66 0 40 70 64 32 47 43
Binary 1111010 1010011 110110 0 100000 111000 110100 11010 100111 100011

Color Harmonies of #7A5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5336

Black with #7A5336

Text Example


Text Example

White with #7A5336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,83,54); }

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

background-color css

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

 a { background-color: rgb(122,83,54); }

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

border-color css

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

 span { border-color: rgb(122,83,54); }

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