Html Css Color HEX #7C2D11 Peru Tan

📋 copy color: '#7C2D11'

red 124 ◦ green 45 ◦ blue 17

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

Shades of Peru Tan #7C2D11

Tints of Peru Tan #7C2D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 66.67%
G = 24.19%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C2D11 (or 0x7C2D11) is known color: Peru Tan. HEX triplet: 7C, 2D and 11. RGB value is (124,45,17). Sum of RGB (Red+Green+Blue) = 124+45+17=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2D11 is #83D2EE. Grayscale: #414141. Windows color (decimal): -8639215 or 1125756. OLE color: 1125756.

HSL color Cylindrical-coordinate representation of color #7C2D11: hue angle of 15.7º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C2D11 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 45 17 -
CMYK 0 0.64 0.86 0.51
HSL 15.7º 0.76% 0.28% -
HSV(B) 15.7º 0.86% 0.49% -
XYZ 9.35 6.2 1.23 -
YUV 65.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 124 45 17 0 0.64 0.86 0.51 15.7 0.76 0.28
Hex 7C 2D 11 0 40 56 33 10 4C 1C
Octal 174 55 21 0 100 126 63 20 114 34
Binary 1111100 101101 10001 0 1000000 1010110 110011 10000 1001100 11100

Color Harmonies of #7C2D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2D11

Black with #7C2D11

Text Example


Text Example

White with #7C2D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,45,17); }

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

background-color css

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

 a { background-color: rgb(124,45,17); }

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

border-color css

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

 span { border-color: rgb(124,45,17); }

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