Html Css Color HEX #7A320E Peru Tan

📋 copy color: '#7A320E'

red 122 ◦ green 50 ◦ blue 14

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

Shades of Peru Tan #7A320E

Tints of Peru Tan #7A320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 65.59%
G = 26.88%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A320E (or 0x7A320E) is known color: Peru Tan. HEX triplet: 7A, 32 and 0E. RGB value is (122,50,14). Sum of RGB (Red+Green+Blue) = 122+50+14=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A320E is #85CDF1. Grayscale: #434343. Windows color (decimal): -8769010 or 930426. OLE color: 930426.

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

Color convert

RGB 122 50 14 -
CMYK 0 0.59 0.89 0.52
HSL 20º 0.79% 0.27% -
HSV(B) 20º 0.89% 0.48% -
XYZ 9.25 6.45 1.17 -
YUV 67.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 122 50 14 0 0.59 0.89 0.52 20 0.79 0.27
Hex 7A 32 E 0 3B 59 34 14 4F 1B
Octal 172 62 16 0 73 131 64 24 117 33
Binary 1111010 110010 1110 0 111011 1011001 110100 10100 1001111 11011

Color Harmonies of #7A320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A320E

Black with #7A320E

Text Example


Text Example

White with #7A320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,50,14); }

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

background-color css

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

 a { background-color: rgb(122,50,14); }

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

border-color css

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

 span { border-color: rgb(122,50,14); }

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