Html Css Color HEX #7B351A Peru Tan

📋 copy color: '#7B351A'

red 123 ◦ green 53 ◦ blue 26

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

Shades of Peru Tan #7B351A

Tints of Peru Tan #7B351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 60.89%
G = 26.24%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7B351A (or 0x7B351A) is known color: Peru Tan. HEX triplet: 7B, 35 and 1A. RGB value is (123,53,26). Sum of RGB (Red+Green+Blue) = 123+53+26=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B351A is #84CAE5. Grayscale: #474747. Windows color (decimal): -8702694 or 1717627. OLE color: 1717627.

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

Color convert

RGB 123 53 26 -
CMYK 0 0.57 0.79 0.52
HSL 16.7º 0.65% 0.29% -
HSV(B) 16.7º 0.79% 0.48% -
XYZ 9.63 6.83 1.79 -
YUV 70.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 123 53 26 0 0.57 0.79 0.52 16.7 0.65 0.29
Hex 7B 35 1A 0 39 4F 34 11 41 1D
Octal 173 65 32 0 71 117 64 21 101 35
Binary 1111011 110101 11010 0 111001 1001111 110100 10001 1000001 11101

Color Harmonies of #7B351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B351A

Black with #7B351A

Text Example


Text Example

White with #7B351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,53,26); }

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

background-color css

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

 a { background-color: rgb(123,53,26); }

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

border-color css

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

 span { border-color: rgb(123,53,26); }

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