Html Css Color HEX #7A371E Peru Tan

📋 copy color: '#7A371E'

red 122 ◦ green 55 ◦ blue 30

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

Shades of Peru Tan #7A371E

Tints of Peru Tan #7A371E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.57%

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 58.94%
G = 26.57%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7A371E (or 0x7A371E) is known color: Peru Tan. HEX triplet: 7A, 37 and 1E. RGB value is (122,55,30). Sum of RGB (Red+Green+Blue) = 122+55+30=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A371E is #85C8E1. Grayscale: #484848. Windows color (decimal): -8767714 or 1980282. OLE color: 1980282.

HSL color Cylindrical-coordinate representation of color #7A371E: hue angle of 16.3º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A371E is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 55 30 -
CMYK 0 0.55 0.75 0.52
HSL 16.3º 0.61% 0.3% -
HSV(B) 16.3º 0.75% 0.48% -
XYZ 9.63 6.96 2.07 -
YUV 72.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 122 55 30 0 0.55 0.75 0.52 16.3 0.61 0.3
Hex 7A 37 1E 0 37 4B 34 10 3D 1E
Octal 172 67 36 0 67 113 64 20 75 36
Binary 1111010 110111 11110 0 110111 1001011 110100 10000 111101 11110

Color Harmonies of #7A371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A371E

Black with #7A371E

Text Example


Text Example

White with #7A371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,55,30); }

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

background-color css

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

 a { background-color: rgb(122,55,30); }

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

border-color css

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

 span { border-color: rgb(122,55,30); }

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