Html Css Color HEX #7B391D Peru Tan

📋 copy color: '#7B391D'

red 123 ◦ green 57 ◦ blue 29

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

Shades of Peru Tan #7B391D

Tints of Peru Tan #7B391D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 58.85%
G = 27.27%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B391D (or 0x7B391D) is known color: Peru Tan. HEX triplet: 7B, 39 and 1D. RGB value is (123,57,29). Sum of RGB (Red+Green+Blue) = 123+57+29=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B391D is #84C6E2. Grayscale: #494949. Windows color (decimal): -8701667 or 1915259. OLE color: 1915259.

HSL color Cylindrical-coordinate representation of color #7B391D: hue angle of 17.87º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B391D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 57 29 -
CMYK 0 0.54 0.76 0.52
HSL 17.87º 0.62% 0.3% -
HSV(B) 17.87º 0.76% 0.48% -
XYZ 9.85 7.23 2.04 -
YUV 73.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 123 57 29 0 0.54 0.76 0.52 17.87 0.62 0.3
Hex 7B 39 1D 0 36 4C 34 12 3E 1E
Octal 173 71 35 0 66 114 64 22 76 36
Binary 1111011 111001 11101 0 110110 1001100 110100 10010 111110 11110

Color Harmonies of #7B391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B391D

Black with #7B391D

Text Example


Text Example

White with #7B391D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,57,29); }

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

background-color css

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

 a { background-color: rgb(123,57,29); }

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

border-color css

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

 span { border-color: rgb(123,57,29); }

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