Html Css Color HEX #774120 Peru Tan

📋 copy color: '#774120'

red 119 ◦ green 65 ◦ blue 32

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

Shades of Peru Tan #774120

Tints of Peru Tan #774120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 55.09%
G = 30.09%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#774120 (or 0x774120) is known color: Peru Tan. HEX triplet: 77, 41 and 20. RGB value is (119,65,32). Sum of RGB (Red+Green+Blue) = 119+65+32=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #774120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774120 is #88BEDF. Grayscale: #4D4D4D. Windows color (decimal): -8961760 or 2113911. OLE color: 2113911.

HSL color Cylindrical-coordinate representation of color #774120: hue angle of 22.76º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #774120 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 32 -
CMYK 0 0.45 0.73 0.53
HSL 22.76º 0.58% 0.3% -
HSV(B) 22.76º 0.73% 0.47% -
XYZ 9.76 7.81 2.36 -
YUV 77.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 119 65 32 0 0.45 0.73 0.53 22.76 0.58 0.3
Hex 77 41 20 0 2D 49 35 17 3A 1E
Octal 167 101 40 0 55 111 65 27 72 36
Binary 1110111 1000001 100000 0 101101 1001001 110101 10111 111010 11110

Color Harmonies of #774120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774120

Black with #774120

Text Example


Text Example

White with #774120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774120; }

 p { color: rgb(119,65,32); }

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

background-color css

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

 a { background-color: rgb(119,65,32); }

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

border-color css

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

 span { border-color: rgb(119,65,32); }

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