Html Css Color HEX #7B391B Peru Tan

📋 copy color: '#7B391B'

red 123 ◦ green 57 ◦ blue 27

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

Shades of Peru Tan #7B391B

Tints of Peru Tan #7B391B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.04%

R = 59.42%
G = 27.54%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B391B (or 0x7B391B) is known color: Peru Tan. HEX triplet: 7B, 39 and 1B. RGB value is (123,57,27). Sum of RGB (Red+Green+Blue) = 123+57+27=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B391B is #84C6E4. Grayscale: #494949. Windows color (decimal): -8701669 or 1784187. OLE color: 1784187.

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

Color convert

RGB 123 57 27 -
CMYK 0 0.54 0.78 0.52
HSL 18.75º 0.64% 0.29% -
HSV(B) 18.75º 0.78% 0.48% -
XYZ 9.83 7.22 1.91 -
YUV 73.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 123 57 27 0 0.54 0.78 0.52 18.75 0.64 0.29
Hex 7B 39 1B 0 36 4E 34 13 40 1D
Octal 173 71 33 0 66 116 64 23 100 35
Binary 1111011 111001 11011 0 110110 1001110 110100 10011 1000000 11101

Color Harmonies of #7B391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B391B

Black with #7B391B

Text Example


Text Example

White with #7B391B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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