Html Css Color HEX #7A401C Peru Tan

📋 copy color: '#7A401C'

red 122 ◦ green 64 ◦ blue 28

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

Shades of Peru Tan #7A401C

Tints of Peru Tan #7A401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

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

R = 57.01%
G = 29.91%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A401C (or 0x7A401C) is known color: Peru Tan. HEX triplet: 7A, 40 and 1C. RGB value is (122,64,28). Sum of RGB (Red+Green+Blue) = 122+64+28=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A401C is #85BFE3. Grayscale: #4D4D4D. Windows color (decimal): -8765412 or 1851514. OLE color: 1851514.

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

Color convert

RGB 122 64 28 -
CMYK 0 0.48 0.77 0.52
HSL 22.98º 0.63% 0.29% -
HSV(B) 22.98º 0.77% 0.48% -
XYZ 10.07 7.89 2.09 -
YUV 77.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 122 64 28 0 0.48 0.77 0.52 22.98 0.63 0.29
Hex 7A 40 1C 0 30 4D 34 17 3F 1D
Octal 172 100 34 0 60 115 64 27 77 35
Binary 1111010 1000000 11100 0 110000 1001101 110100 10111 111111 11101

Color Harmonies of #7A401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A401C

Black with #7A401C

Text Example


Text Example

White with #7A401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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