Html Css Color HEX #7C2A08 Peru Tan

📋 copy color: '#7C2A08'

red 124 ◦ green 42 ◦ blue 8

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

Shades of Peru Tan #7C2A08

Tints of Peru Tan #7C2A08

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.14%

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 71.26%
G = 24.14%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C2A08 (or 0x7C2A08) is known color: Peru Tan. HEX triplet: 7C, 2A and 08. RGB value is (124,42,8). Sum of RGB (Red+Green+Blue) = 124+42+8=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2A08 is #83D5F7. Grayscale: #3E3E3E. Windows color (decimal): -8639992 or 535164. OLE color: 535164.

HSL color Cylindrical-coordinate representation of color #7C2A08: hue angle of 17.59º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C2A08 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 42 8 -
CMYK 0 0.66 0.94 0.51
HSL 17.59º 0.88% 0.26% -
HSV(B) 17.59º 0.94% 0.49% -
XYZ 9.18 5.96 0.9 -
YUV 62.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 124 42 8 0 0.66 0.94 0.51 17.59 0.88 0.26
Hex 7C 2A 8 0 42 5E 33 12 58 1A
Octal 174 52 10 0 102 136 63 22 130 32
Binary 1111100 101010 1000 0 1000010 1011110 110011 10010 1011000 11010

Color Harmonies of #7C2A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2A08

Black with #7C2A08

Text Example


Text Example

White with #7C2A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,42,8); }

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

background-color css

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

 a { background-color: rgb(124,42,8); }

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

border-color css

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

 span { border-color: rgb(124,42,8); }

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