Html Css Color HEX #774221 Peru Tan

📋 copy color: '#774221'

red 119 ◦ green 66 ◦ blue 33

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

Shades of Peru Tan #774221

Tints of Peru Tan #774221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 54.59%
G = 30.28%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#774221 (or 0x774221) is known color: Peru Tan. HEX triplet: 77, 42 and 21. RGB value is (119,66,33). Sum of RGB (Red+Green+Blue) = 119+66+33=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #774221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774221 is #88BDDE. Grayscale: #4E4E4E. Windows color (decimal): -8961503 or 2179703. OLE color: 2179703.

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

Color convert

RGB 119 66 33 -
CMYK 0 0.45 0.72 0.53
HSL 23.02º 0.57% 0.3% -
HSV(B) 23.02º 0.72% 0.47% -
XYZ 9.83 7.93 2.45 -
YUV 78.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 119 66 33 0 0.45 0.72 0.53 23.02 0.57 0.3
Hex 77 42 21 0 2D 48 35 17 39 1E
Octal 167 102 41 0 55 110 65 27 71 36
Binary 1110111 1000010 100001 0 101101 1001000 110101 10111 111001 11110

Color Harmonies of #774221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774221

Black with #774221

Text Example


Text Example

White with #774221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774221; }

 p { color: rgb(119,66,33); }

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

background-color css

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

 a { background-color: rgb(119,66,33); }

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

border-color css

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

 span { border-color: rgb(119,66,33); }

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