Html Css Color HEX #773B1A Peru Tan

📋 copy color: '#773B1A'

red 119 ◦ green 59 ◦ blue 26

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

Shades of Peru Tan #773B1A

Tints of Peru Tan #773B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

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

R = 58.33%
G = 28.92%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#773B1A (or 0x773B1A) is known color: Peru Tan. HEX triplet: 77, 3B and 1A. RGB value is (119,59,26). Sum of RGB (Red+Green+Blue) = 119+59+26=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #773B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B1A is #88C4E5. Grayscale: #494949. Windows color (decimal): -8963302 or 1719159. OLE color: 1719159.

HSL color Cylindrical-coordinate representation of color #773B1A: hue angle of 21.29º 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 #773B1A is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 59 26 -
CMYK 0 0.50 0.78 0.53
HSL 21.29º 0.64% 0.28% -
HSV(B) 21.29º 0.78% 0.47% -
XYZ 9.36 7.12 1.86 -
YUV 73.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 119 59 26 0 0.50 0.78 0.53 21.29 0.64 0.28
Hex 77 3B 1A 0 32 4E 35 15 40 1C
Octal 167 73 32 0 62 116 65 25 100 34
Binary 1110111 111011 11010 0 110010 1001110 110101 10101 1000000 11100

Color Harmonies of #773B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B1A

Black with #773B1A

Text Example


Text Example

White with #773B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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