Html Css Color HEX #7A3E1C Peru Tan

📋 copy color: '#7A3E1C'

red 122 ◦ green 62 ◦ blue 28

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

Shades of Peru Tan #7A3E1C

Tints of Peru Tan #7A3E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.25%

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 57.55%
G = 29.25%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A3E1C (or 0x7A3E1C) is known color: Peru Tan. HEX triplet: 7A, 3E and 1C. RGB value is (122,62,28). Sum of RGB (Red+Green+Blue) = 122+62+28=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3E1C is #85C1E3. Grayscale: #4C4C4C. Windows color (decimal): -8765924 or 1851002. OLE color: 1851002.

HSL color Cylindrical-coordinate representation of color #7A3E1C: hue angle of 21.7º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A3E1C is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 62 28 -
CMYK 0 0.49 0.77 0.52
HSL 21.7º 0.63% 0.29% -
HSV(B) 21.7º 0.77% 0.48% -
XYZ 9.96 7.67 2.05 -
YUV 76.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 122 62 28 0 0.49 0.77 0.52 21.7 0.63 0.29
Hex 7A 3E 1C 0 31 4D 34 16 3F 1D
Octal 172 76 34 0 61 115 64 26 77 35
Binary 1111010 111110 11100 0 110001 1001101 110100 10110 111111 11101

Color Harmonies of #7A3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3E1C

Black with #7A3E1C

Text Example


Text Example

White with #7A3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,62,28); }

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

background-color css

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

 a { background-color: rgb(122,62,28); }

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

border-color css

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

 span { border-color: rgb(122,62,28); }

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