Html Css Color HEX #7B360D Peru Tan

📋 copy color: '#7B360D'

red 123 ◦ green 54 ◦ blue 13

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

Shades of Peru Tan #7B360D

Tints of Peru Tan #7B360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.84%

R = 64.74%
G = 28.42%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7B360D (or 0x7B360D) is known color: Peru Tan. HEX triplet: 7B, 36 and 0D. RGB value is (123,54,13). Sum of RGB (Red+Green+Blue) = 123+54+13=190 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.74% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 123 - color contains mainly: red. Hex color #7B360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B360D is #84C9F2. Grayscale: #464646. Windows color (decimal): -8702451 or 865915. OLE color: 865915.

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

Color convert

RGB 123 54 13 -
CMYK 0 0.56 0.89 0.52
HSL 22.36º 0.81% 0.27% -
HSV(B) 22.36º 0.89% 0.48% -
XYZ 9.56 6.88 1.2 -
YUV 69.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 123 54 13 0 0.56 0.89 0.52 22.36 0.81 0.27
Hex 7B 36 D 0 38 59 34 16 51 1B
Octal 173 66 15 0 70 131 64 26 121 33
Binary 1111011 110110 1101 0 111000 1011001 110100 10110 1010001 11011

Color Harmonies of #7B360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B360D

Black with #7B360D

Text Example


Text Example

White with #7B360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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