Html Css Color HEX #7C2C11 Peru Tan

📋 copy color: '#7C2C11'

red 124 ◦ green 44 ◦ blue 17

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

Shades of Peru Tan #7C2C11

Tints of Peru Tan #7C2C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.78%

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

R = 67.03%
G = 23.78%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C2C11 (or 0x7C2C11) is known color: Peru Tan. HEX triplet: 7C, 2C and 11. RGB value is (124,44,17). Sum of RGB (Red+Green+Blue) = 124+44+17=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2C11 is #83D3EE. Grayscale: #414141. Windows color (decimal): -8639471 or 1125500. OLE color: 1125500.

HSL color Cylindrical-coordinate representation of color #7C2C11: hue angle of 15.14º 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 #7C2C11 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 44 17 -
CMYK 0 0.65 0.86 0.51
HSL 15.14º 0.76% 0.28% -
HSV(B) 15.14º 0.86% 0.49% -
XYZ 9.31 6.13 1.22 -
YUV 64.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 124 44 17 0 0.65 0.86 0.51 15.14 0.76 0.28
Hex 7C 2C 11 0 41 56 33 F 4C 1C
Octal 174 54 21 0 101 126 63 17 114 34
Binary 1111100 101100 10001 0 1000001 1010110 110011 1111 1001100 11100

Color Harmonies of #7C2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2C11

Black with #7C2C11

Text Example


Text Example

White with #7C2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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