Html Css Color HEX #773A1A Peru Tan

📋 copy color: '#773A1A'

red 119 ◦ green 58 ◦ blue 26

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

Shades of Peru Tan #773A1A

Tints of Peru Tan #773A1A

RGB

 RED value IS 119 (46.88% from 255) = 58.62%

 GREEN value IS 58 (23.05% from 255) = 28.57%

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

R = 58.62%
G = 28.57%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#773A1A (or 0x773A1A) is known color: Peru Tan. HEX triplet: 77, 3A and 1A. RGB value is (119,58,26). Sum of RGB (Red+Green+Blue) = 119+58+26=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #773A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A1A is #88C5E5. Grayscale: #484848. Windows color (decimal): -8963558 or 1718903. OLE color: 1718903.

HSL color Cylindrical-coordinate representation of color #773A1A: hue angle of 20.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #773A1A is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 58 26 -
CMYK 0 0.51 0.78 0.53
HSL 20.65º 0.64% 0.28% -
HSV(B) 20.65º 0.78% 0.47% -
XYZ 9.31 7.02 1.84 -
YUV 72.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 119 58 26 0 0.51 0.78 0.53 20.65 0.64 0.28
Hex 77 3A 1A 0 33 4E 35 15 40 1C
Octal 167 72 32 0 63 116 65 25 100 34
Binary 1110111 111010 11010 0 110011 1001110 110101 10101 1000000 11100

Color Harmonies of #773A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A1A

Black with #773A1A

Text Example


Text Example

White with #773A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773A1A; }

 p { color: rgb(119,58,26); }

 H1.HeaderClassName
 {
   color: #773A1A;
 }
 .AnyTagClassName
 {
   color: #773A1A;
 }
</style>

background-color css

<style>
 a { background-color: #773A1A; }

 a { background-color: rgb(119,58,26); }

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

border-color css

<style>
 span { border-color: #773A1A; }

 span { border-color: rgb(119,58,26); }

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