Html Css Color HEX #7B3614 Peru Tan

📋 copy color: '#7B3614'

red 123 ◦ green 54 ◦ blue 20

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

Shades of Peru Tan #7B3614

Tints of Peru Tan #7B3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 62.44%
G = 27.41%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7B3614 (or 0x7B3614) is known color: Peru Tan. HEX triplet: 7B, 36 and 14. RGB value is (123,54,20). Sum of RGB (Red+Green+Blue) = 123+54+20=197 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.44% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3614 is #84C9EB. Grayscale: #464646. Windows color (decimal): -8702444 or 1324667. OLE color: 1324667.

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

Color convert

RGB 123 54 20 -
CMYK 0 0.56 0.84 0.52
HSL 19.81º 0.72% 0.28% -
HSV(B) 19.81º 0.84% 0.48% -
XYZ 9.61 6.9 1.49 -
YUV 70.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 123 54 20 0 0.56 0.84 0.52 19.81 0.72 0.28
Hex 7B 36 14 0 38 54 34 14 48 1C
Octal 173 66 24 0 70 124 64 24 110 34
Binary 1111011 110110 10100 0 111000 1010100 110100 10100 1001000 11100

Color Harmonies of #7B3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3614

Black with #7B3614

Text Example


Text Example

White with #7B3614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,54,20); }

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

background-color css

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

 a { background-color: rgb(123,54,20); }

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

border-color css

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

 span { border-color: rgb(123,54,20); }

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