Html Css Color HEX #7C3719 Peru Tan

📋 copy color: '#7C3719'

red 124 ◦ green 55 ◦ blue 25

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

Shades of Peru Tan #7C3719

Tints of Peru Tan #7C3719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 60.78%
G = 26.96%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C3719 (or 0x7C3719) is known color: Peru Tan. HEX triplet: 7C, 37 and 19. RGB value is (124,55,25). Sum of RGB (Red+Green+Blue) = 124+55+25=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3719 is #83C8E6. Grayscale: #484848. Windows color (decimal): -8636647 or 1652604. OLE color: 1652604.

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

Color convert

RGB 124 55 25 -
CMYK 0 0.56 0.80 0.51
HSL 18.18º 0.66% 0.29% -
HSV(B) 18.18º 0.8% 0.49% -
XYZ 9.85 7.09 1.77 -
YUV 72.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 124 55 25 0 0.56 0.80 0.51 18.18 0.66 0.29
Hex 7C 37 19 0 38 50 33 12 42 1D
Octal 174 67 31 0 70 120 63 22 102 35
Binary 1111100 110111 11001 0 111000 1010000 110011 10010 1000010 11101

Color Harmonies of #7C3719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3719

Black with #7C3719

Text Example


Text Example

White with #7C3719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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