Html Css Color HEX #7A5339 Old Copper

📋 copy color: '#7A5339'

red 122 ◦ green 83 ◦ blue 57

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

Shades of Old Copper #7A5339

Tints of Old Copper #7A5339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 46.56%
G = 31.68%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7A5339 (or 0x7A5339) is known color: Old Copper. HEX triplet: 7A, 53 and 39. RGB value is (122,83,57). Sum of RGB (Red+Green+Blue) = 122+83+57=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5339 is #85ACC6. Grayscale: #5B5B5B. Windows color (decimal): -8760519 or 3756922. OLE color: 3756922.

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

Color convert

RGB 122 83 57 -
CMYK 0 0.32 0.53 0.52
HSL 24º 0.36% 0.35% -
HSV(B) 24º 0.53% 0.48% -
XYZ 11.86 10.62 5.3 -
YUV 91.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 122 83 57 0 0.32 0.53 0.52 24 0.36 0.35
Hex 7A 53 39 0 20 35 34 18 24 23
Octal 172 123 71 0 40 65 64 30 44 43
Binary 1111010 1010011 111001 0 100000 110101 110100 11000 100100 100011

Color Harmonies of #7A5339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5339

Black with #7A5339

Text Example


Text Example

White with #7A5339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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