Html Css Color HEX #7C310B Peru Tan

📋 copy color: '#7C310B'

red 124 ◦ green 49 ◦ blue 11

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

Shades of Peru Tan #7C310B

Tints of Peru Tan #7C310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.98%

R = 67.39%
G = 26.63%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7C310B (or 0x7C310B) is known color: Peru Tan. HEX triplet: 7C, 31 and 0B. RGB value is (124,49,11). Sum of RGB (Red+Green+Blue) = 124+49+11=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C310B is #83CEF4. Grayscale: #434343. Windows color (decimal): -8638197 or 733564. OLE color: 733564.

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

Color convert

RGB 124 49 11 -
CMYK 0 0.60 0.91 0.51
HSL 20.18º 0.84% 0.26% -
HSV(B) 20.18º 0.91% 0.49% -
XYZ 9.47 6.51 1.07 -
YUV 67.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 124 49 11 0 0.60 0.91 0.51 20.18 0.84 0.26
Hex 7C 31 B 0 3C 5B 33 14 54 1A
Octal 174 61 13 0 74 133 63 24 124 32
Binary 1111100 110001 1011 0 111100 1011011 110011 10100 1010100 11010

Color Harmonies of #7C310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C310B

Black with #7C310B

Text Example


Text Example

White with #7C310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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