Html Css Color HEX #7B3A1B Peru Tan

📋 copy color: '#7B3A1B'

red 123 ◦ green 58 ◦ blue 27

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

Shades of Peru Tan #7B3A1B

Tints of Peru Tan #7B3A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.88%

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

R = 59.13%
G = 27.88%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B3A1B (or 0x7B3A1B) is known color: Peru Tan. HEX triplet: 7B, 3A and 1B. RGB value is (123,58,27). Sum of RGB (Red+Green+Blue) = 123+58+27=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3A1B is #84C5E4. Grayscale: #4A4A4A. Windows color (decimal): -8701413 or 1784443. OLE color: 1784443.

HSL color Cylindrical-coordinate representation of color #7B3A1B: hue angle of 19.38º 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 #7B3A1B is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 58 27 -
CMYK 0 0.53 0.78 0.52
HSL 19.38º 0.64% 0.29% -
HSV(B) 19.38º 0.78% 0.48% -
XYZ 9.88 7.32 1.93 -
YUV 73.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 123 58 27 0 0.53 0.78 0.52 19.38 0.64 0.29
Hex 7B 3A 1B 0 35 4E 34 13 40 1D
Octal 173 72 33 0 65 116 64 23 100 35
Binary 1111011 111010 11011 0 110101 1001110 110100 10011 1000000 11101

Color Harmonies of #7B3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3A1B

Black with #7B3A1B

Text Example


Text Example

White with #7B3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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