Html Css Color HEX #7A351B Peru Tan

📋 copy color: '#7A351B'

red 122 ◦ green 53 ◦ blue 27

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

Shades of Peru Tan #7A351B

Tints of Peru Tan #7A351B

RGB

 RED value IS 122 (48.05% from 255) = 60.4%

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

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

R = 60.4%
G = 26.24%
B = 13.37%

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

#7A351B (or 0x7A351B) is known color: Peru Tan. HEX triplet: 7A, 35 and 1B. RGB value is (122,53,27). Sum of RGB (Red+Green+Blue) = 122+53+27=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A351B is #85CAE4. Grayscale: #464646. Windows color (decimal): -8768229 or 1783162. OLE color: 1783162.

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

Color convert

RGB 122 53 27 -
CMYK 0 0.57 0.78 0.52
HSL 16.42º 0.64% 0.29% -
HSV(B) 16.42º 0.78% 0.48% -
XYZ 9.5 6.76 1.84 -
YUV 70.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 122 53 27 0 0.57 0.78 0.52 16.42 0.64 0.29
Hex 7A 35 1B 0 39 4E 34 10 40 1D
Octal 172 65 33 0 71 116 64 20 100 35
Binary 1111010 110101 11011 0 111001 1001110 110100 10000 1000000 11101

Color Harmonies of #7A351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A351B

Black with #7A351B

Text Example


Text Example

White with #7A351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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