Html Css Color HEX #7C371A Peru Tan

📋 copy color: '#7C371A'

red 124 ◦ green 55 ◦ blue 26

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

Shades of Peru Tan #7C371A

Tints of Peru Tan #7C371A

RGB

 RED value IS 124 (48.83% from 255) = 60.49%

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 60.49%
G = 26.83%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C371A (or 0x7C371A) is known color: Peru Tan. HEX triplet: 7C, 37 and 1A. RGB value is (124,55,26). Sum of RGB (Red+Green+Blue) = 124+55+26=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C371A is #83C8E5. Grayscale: #484848. Windows color (decimal): -8636646 or 1718140. OLE color: 1718140.

HSL color Cylindrical-coordinate representation of color #7C371A: hue angle of 17.76º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C371A is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 55 26 -
CMYK 0 0.56 0.79 0.51
HSL 17.76º 0.65% 0.29% -
HSV(B) 17.76º 0.79% 0.49% -
XYZ 9.86 7.09 1.83 -
YUV 72.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 124 55 26 0 0.56 0.79 0.51 17.76 0.65 0.29
Hex 7C 37 1A 0 38 4F 33 12 41 1D
Octal 174 67 32 0 70 117 63 22 101 35
Binary 1111100 110111 11010 0 111000 1001111 110011 10010 1000001 11101

Color Harmonies of #7C371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C371A

Black with #7C371A

Text Example


Text Example

White with #7C371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,55,26); }

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

background-color css

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

 a { background-color: rgb(124,55,26); }

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

border-color css

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

 span { border-color: rgb(124,55,26); }

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