Html Css Color HEX #7A2C13 Peru Tan

📋 copy color: '#7A2C13'

red 122 ◦ green 44 ◦ blue 19

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

Shades of Peru Tan #7A2C13

Tints of Peru Tan #7A2C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.78%

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

R = 65.95%
G = 23.78%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A2C13 (or 0x7A2C13) is known color: Peru Tan. HEX triplet: 7A, 2C and 13. RGB value is (122,44,19). Sum of RGB (Red+Green+Blue) = 122+44+19=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2C13 is #85D3EC. Grayscale: #404040. Windows color (decimal): -8770541 or 1256570. OLE color: 1256570.

HSL color Cylindrical-coordinate representation of color #7A2C13: hue angle of 14.56º 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 #7A2C13 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 44 19 -
CMYK 0 0.64 0.84 0.52
HSL 14.56º 0.73% 0.28% -
HSV(B) 14.56º 0.84% 0.48% -
XYZ 9.04 5.99 1.29 -
YUV 64.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 122 44 19 0 0.64 0.84 0.52 14.56 0.73 0.28
Hex 7A 2C 13 0 40 54 34 F 49 1C
Octal 172 54 23 0 100 124 64 17 111 34
Binary 1111010 101100 10011 0 1000000 1010100 110100 1111 1001001 11100

Color Harmonies of #7A2C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2C13

Black with #7A2C13

Text Example


Text Example

White with #7A2C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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