Html Css Color HEX #7C2C06 Peru Tan

📋 copy color: '#7C2C06'

red 124 ◦ green 44 ◦ blue 6

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

Shades of Peru Tan #7C2C06

Tints of Peru Tan #7C2C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.45%

R = 71.26%
G = 25.29%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7C2C06 (or 0x7C2C06) is known color: Peru Tan. HEX triplet: 7C, 2C and 06. RGB value is (124,44,6). Sum of RGB (Red+Green+Blue) = 124+44+6=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2C06 is #83D3F9. Grayscale: #3F3F3F. Windows color (decimal): -8639482 or 404604. OLE color: 404604.

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

Color convert

RGB 124 44 6 -
CMYK 0 0.65 0.95 0.51
HSL 19.32º 0.91% 0.25% -
HSV(B) 19.32º 0.95% 0.49% -
XYZ 9.25 6.1 0.86 -
YUV 63.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 124 44 6 0 0.65 0.95 0.51 19.32 0.91 0.25
Hex 7C 2C 6 0 41 5F 33 13 5B 19
Octal 174 54 6 0 101 137 63 23 133 31
Binary 1111100 101100 110 0 1000001 1011111 110011 10011 1011011 11001

Color Harmonies of #7C2C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2C06

Black with #7C2C06

Text Example


Text Example

White with #7C2C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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