Html Css Color HEX #7A533B Old Copper

📋 copy color: '#7A533B'

red 122 ◦ green 83 ◦ blue 59

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

Shades of Old Copper #7A533B

Tints of Old Copper #7A533B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.35%

R = 46.21%
G = 31.44%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A533B (or 0x7A533B) is known color: Old Copper. HEX triplet: 7A, 53 and 3B. RGB value is (122,83,59). Sum of RGB (Red+Green+Blue) = 122+83+59=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A533B is #85ACC4. Grayscale: #5C5C5C. Windows color (decimal): -8760517 or 3887994. OLE color: 3887994.

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

Color convert

RGB 122 83 59 -
CMYK 0 0.32 0.52 0.52
HSL 22.86º 0.35% 0.35% -
HSV(B) 22.86º 0.52% 0.48% -
XYZ 11.91 10.64 5.56 -
YUV 91.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 122 83 59 0 0.32 0.52 0.52 22.86 0.35 0.35
Hex 7A 53 3B 0 20 34 34 17 23 23
Octal 172 123 73 0 40 64 64 27 43 43
Binary 1111010 1010011 111011 0 100000 110100 110100 10111 100011 100011

Color Harmonies of #7A533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A533B

Black with #7A533B

Text Example


Text Example

White with #7A533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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