Html Css Color HEX #7B341B Peru Tan

📋 copy color: '#7B341B'

red 123 ◦ green 52 ◦ blue 27

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

Shades of Peru Tan #7B341B

Tints of Peru Tan #7B341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 60.89%
G = 25.74%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B341B (or 0x7B341B) is known color: Peru Tan. HEX triplet: 7B, 34 and 1B. RGB value is (123,52,27). Sum of RGB (Red+Green+Blue) = 123+52+27=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B341B is #84CBE4. Grayscale: #464646. Windows color (decimal): -8702949 or 1782907. OLE color: 1782907.

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

Color convert

RGB 123 52 27 -
CMYK 0 0.58 0.78 0.52
HSL 15.63º 0.64% 0.29% -
HSV(B) 15.63º 0.78% 0.48% -
XYZ 9.59 6.75 1.83 -
YUV 70.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 123 52 27 0 0.58 0.78 0.52 15.63 0.64 0.29
Hex 7B 34 1B 0 3A 4E 34 10 40 1D
Octal 173 64 33 0 72 116 64 20 100 35
Binary 1111011 110100 11011 0 111010 1001110 110100 10000 1000000 11101

Color Harmonies of #7B341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B341B

Black with #7B341B

Text Example


Text Example

White with #7B341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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