Html Css Color HEX #7B3713 Peru Tan

📋 copy color: '#7B3713'

red 123 ◦ green 55 ◦ blue 19

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

Shades of Peru Tan #7B3713

Tints of Peru Tan #7B3713

RGB

 RED value IS 123 (48.44% from 255) = 62.44%

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 62.44%
G = 27.92%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B3713 (or 0x7B3713) is known color: Peru Tan. HEX triplet: 7B, 37 and 13. RGB value is (123,55,19). Sum of RGB (Red+Green+Blue) = 123+55+19=197 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.44% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3713 is #84C8EC. Grayscale: #474747. Windows color (decimal): -8702189 or 1259387. OLE color: 1259387.

HSL color Cylindrical-coordinate representation of color #7B3713: hue angle of 20.77º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B3713 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 55 19 -
CMYK 0 0.55 0.85 0.52
HSL 20.77º 0.73% 0.28% -
HSV(B) 20.77º 0.85% 0.48% -
XYZ 9.65 6.99 1.46 -
YUV 71.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 123 55 19 0 0.55 0.85 0.52 20.77 0.73 0.28
Hex 7B 37 13 0 37 55 34 15 49 1C
Octal 173 67 23 0 67 125 64 25 111 34
Binary 1111011 110111 10011 0 110111 1010101 110100 10101 1001001 11100

Color Harmonies of #7B3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3713

Black with #7B3713

Text Example


Text Example

White with #7B3713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,55,19); }

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

background-color css

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

 a { background-color: rgb(123,55,19); }

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

border-color css

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

 span { border-color: rgb(123,55,19); }

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