Html Css Color HEX #7A331A Peru Tan

📋 copy color: '#7A331A'

red 122 ◦ green 51 ◦ blue 26

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

Shades of Peru Tan #7A331A

Tints of Peru Tan #7A331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

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

R = 61.31%
G = 25.63%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7A331A (or 0x7A331A) is known color: Peru Tan. HEX triplet: 7A, 33 and 1A. RGB value is (122,51,26). Sum of RGB (Red+Green+Blue) = 122+51+26=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A331A is #85CCE5. Grayscale: #454545. Windows color (decimal): -8768742 or 1717114. OLE color: 1717114.

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

Color convert

RGB 122 51 26 -
CMYK 0 0.58 0.79 0.52
HSL 15.63º 0.65% 0.29% -
HSV(B) 15.63º 0.79% 0.48% -
XYZ 9.4 6.58 1.75 -
YUV 69.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 122 51 26 0 0.58 0.79 0.52 15.63 0.65 0.29
Hex 7A 33 1A 0 3A 4F 34 10 41 1D
Octal 172 63 32 0 72 117 64 20 101 35
Binary 1111010 110011 11010 0 111010 1001111 110100 10000 1000001 11101

Color Harmonies of #7A331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A331A

Black with #7A331A

Text Example


Text Example

White with #7A331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,51,26); }

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

background-color css

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

 a { background-color: rgb(122,51,26); }

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

border-color css

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

 span { border-color: rgb(122,51,26); }

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