Html Css Color HEX #7A3713 Peru Tan

📋 copy color: '#7A3713'

red 122 ◦ green 55 ◦ blue 19

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

Shades of Peru Tan #7A3713

Tints of Peru Tan #7A3713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 62.24%
G = 28.06%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A3713 (or 0x7A3713) is known color: Peru Tan. HEX triplet: 7A, 37 and 13. RGB value is (122,55,19). Sum of RGB (Red+Green+Blue) = 122+55+19=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3713 is #85C8EC. Grayscale: #474747. Windows color (decimal): -8767725 or 1259386. OLE color: 1259386.

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

Color convert

RGB 122 55 19 -
CMYK 0 0.55 0.84 0.52
HSL 20.97º 0.73% 0.28% -
HSV(B) 20.97º 0.84% 0.48% -
XYZ 9.51 6.92 1.45 -
YUV 70.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 122 55 19 0 0.55 0.84 0.52 20.97 0.73 0.28
Hex 7A 37 13 0 37 54 34 15 49 1C
Octal 172 67 23 0 67 124 64 25 111 34
Binary 1111010 110111 10011 0 110111 1010100 110100 10101 1001001 11100

Color Harmonies of #7A3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3713

Black with #7A3713

Text Example


Text Example

White with #7A3713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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