Html Css Color HEX #7A3620 Peru Tan

📋 copy color: '#7A3620'

red 122 ◦ green 54 ◦ blue 32

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

Shades of Peru Tan #7A3620

Tints of Peru Tan #7A3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 58.65%
G = 25.96%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#7A3620 (or 0x7A3620) is known color: Peru Tan. HEX triplet: 7A, 36 and 20. RGB value is (122,54,32). Sum of RGB (Red+Green+Blue) = 122+54+32=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3620 is #85C9DF. Grayscale: #474747. Windows color (decimal): -8767968 or 2111098. OLE color: 2111098.

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

Color convert

RGB 122 54 32 -
CMYK 0 0.56 0.74 0.52
HSL 14.67º 0.58% 0.3% -
HSV(B) 14.67º 0.74% 0.48% -
XYZ 9.61 6.88 2.19 -
YUV 71.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 122 54 32 0 0.56 0.74 0.52 14.67 0.58 0.3
Hex 7A 36 20 0 38 4A 34 F 3A 1E
Octal 172 66 40 0 70 112 64 17 72 36
Binary 1111010 110110 100000 0 111000 1001010 110100 1111 111010 11110

Color Harmonies of #7A3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3620

Black with #7A3620

Text Example


Text Example

White with #7A3620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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