Html Css Color HEX #7A341B Peru Tan

📋 copy color: '#7A341B'

red 122 ◦ green 52 ◦ blue 27

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

Shades of Peru Tan #7A341B

Tints of Peru Tan #7A341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 60.7%
G = 25.87%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7A341B (or 0x7A341B) is known color: Peru Tan. HEX triplet: 7A, 34 and 1B. RGB value is (122,52,27). Sum of RGB (Red+Green+Blue) = 122+52+27=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A341B is #85CBE4. Grayscale: #464646. Windows color (decimal): -8768485 or 1782906. OLE color: 1782906.

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

Color convert

RGB 122 52 27 -
CMYK 0 0.57 0.78 0.52
HSL 15.79º 0.64% 0.29% -
HSV(B) 15.79º 0.78% 0.48% -
XYZ 9.45 6.67 1.83 -
YUV 70.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 122 52 27 0 0.57 0.78 0.52 15.79 0.64 0.29
Hex 7A 34 1B 0 39 4E 34 10 40 1D
Octal 172 64 33 0 71 116 64 20 100 35
Binary 1111010 110100 11011 0 111001 1001110 110100 10000 1000000 11101

Color Harmonies of #7A341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A341B

Black with #7A341B

Text Example


Text Example

White with #7A341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,52,27); }

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

background-color css

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

 a { background-color: rgb(122,52,27); }

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

border-color css

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

 span { border-color: rgb(122,52,27); }

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