Html Css Color HEX #7A553A Old Copper

📋 copy color: '#7A553A'

red 122 ◦ green 85 ◦ blue 58

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

Shades of Old Copper #7A553A

Tints of Old Copper #7A553A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 46.04%
G = 32.08%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A553A (or 0x7A553A) is known color: Old Copper. HEX triplet: 7A, 55 and 3A. RGB value is (122,85,58). Sum of RGB (Red+Green+Blue) = 122+85+58=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A553A is #85AAC5. Grayscale: #5D5D5D. Windows color (decimal): -8760006 or 3822970. OLE color: 3822970.

HSL color Cylindrical-coordinate representation of color #7A553A: hue angle of 25.31º degrees, saturation: 0.36, 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 #7A553A is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 85 58 -
CMYK 0 0.30 0.52 0.52
HSL 25.31º 0.36% 0.35% -
HSV(B) 25.31º 0.52% 0.48% -
XYZ 12.04 10.94 5.48 -
YUV 92.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 122 85 58 0 0.30 0.52 0.52 25.31 0.36 0.35
Hex 7A 55 3A 0 1E 34 34 19 24 23
Octal 172 125 72 0 36 64 64 31 44 43
Binary 1111010 1010101 111010 0 11110 110100 110100 11001 100100 100011

Color Harmonies of #7A553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A553A

Black with #7A553A

Text Example


Text Example

White with #7A553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,85,58); }

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

background-color css

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

 a { background-color: rgb(122,85,58); }

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

border-color css

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

 span { border-color: rgb(122,85,58); }

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