Html Css Color HEX #7C310A Peru Tan

📋 copy color: '#7C310A'

red 124 ◦ green 49 ◦ blue 10

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

Shades of Peru Tan #7C310A

Tints of Peru Tan #7C310A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.78%

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 67.76%
G = 26.78%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#7C310A (or 0x7C310A) is known color: Peru Tan. HEX triplet: 7C, 31 and 0A. RGB value is (124,49,10). Sum of RGB (Red+Green+Blue) = 124+49+10=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C310A is #83CEF5. Grayscale: #434343. Windows color (decimal): -8638198 or 668028. OLE color: 668028.

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

Color convert

RGB 124 49 10 -
CMYK 0 0.60 0.92 0.51
HSL 20.53º 0.85% 0.26% -
HSV(B) 20.53º 0.92% 0.49% -
XYZ 9.47 6.5 1.04 -
YUV 66.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 124 49 10 0 0.60 0.92 0.51 20.53 0.85 0.26
Hex 7C 31 A 0 3C 5C 33 15 55 1A
Octal 174 61 12 0 74 134 63 25 125 32
Binary 1111100 110001 1010 0 111100 1011100 110011 10101 1010101 11010

Color Harmonies of #7C310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C310A

Black with #7C310A

Text Example


Text Example

White with #7C310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,49,10); }

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

background-color css

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

 a { background-color: rgb(124,49,10); }

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

border-color css

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

 span { border-color: rgb(124,49,10); }

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