Html Css Color HEX #7A3721 Peru Tan

📋 copy color: '#7A3721'

red 122 ◦ green 55 ◦ blue 33

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

Shades of Peru Tan #7A3721

Tints of Peru Tan #7A3721

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 58.1%
G = 26.19%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#7A3721 (or 0x7A3721) is known color: Peru Tan. HEX triplet: 7A, 37 and 21. RGB value is (122,55,33). Sum of RGB (Red+Green+Blue) = 122+55+33=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3721 is #85C8DE. Grayscale: #484848. Windows color (decimal): -8767711 or 2176890. OLE color: 2176890.

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

Color convert

RGB 122 55 33 -
CMYK 0 0.55 0.73 0.52
HSL 14.83º 0.57% 0.3% -
HSV(B) 14.83º 0.73% 0.48% -
XYZ 9.67 6.98 2.28 -
YUV 72.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 122 55 33 0 0.55 0.73 0.52 14.83 0.57 0.3
Hex 7A 37 21 0 37 49 34 F 39 1E
Octal 172 67 41 0 67 111 64 17 71 36
Binary 1111010 110111 100001 0 110111 1001001 110100 1111 111001 11110

Color Harmonies of #7A3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3721

Black with #7A3721

Text Example


Text Example

White with #7A3721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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