Html Css Color HEX #7B351B Peru Tan

📋 copy color: '#7B351B'

red 123 ◦ green 53 ◦ blue 27

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

Shades of Peru Tan #7B351B

Tints of Peru Tan #7B351B

RGB

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

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

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

R = 60.59%
G = 26.11%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B351B (or 0x7B351B) is known color: Peru Tan. HEX triplet: 7B, 35 and 1B. RGB value is (123,53,27). Sum of RGB (Red+Green+Blue) = 123+53+27=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B351B is #84CAE4. Grayscale: #474747. Windows color (decimal): -8702693 or 1783163. OLE color: 1783163.

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

Color convert

RGB 123 53 27 -
CMYK 0 0.57 0.78 0.52
HSL 16.25º 0.64% 0.29% -
HSV(B) 16.25º 0.78% 0.48% -
XYZ 9.64 6.84 1.85 -
YUV 70.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 123 53 27 0 0.57 0.78 0.52 16.25 0.64 0.29
Hex 7B 35 1B 0 39 4E 34 10 40 1D
Octal 173 65 33 0 71 116 64 20 100 35
Binary 1111011 110101 11011 0 111001 1001110 110100 10000 1000000 11101

Color Harmonies of #7B351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B351B

Black with #7B351B

Text Example


Text Example

White with #7B351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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