#774321

Color #774321 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #774321

Tints of Peru Tan #774321

Color information

#774321 (or 0x774321) is unknown color: approx Peru Tan. HEX triplet: 77, 43 and 21. RGB value is (119,67,33). Sum of RGB (Red+Green+Blue) = 119+67+33=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #774321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774321 is #88BCDE. Grayscale: #4E4E4E. Windows color (decimal): -8961247 or 2179959. OLE color: 2179959.

HSL color Cylindrical-coordinate representation of color #774321: hue angle of 23.72º 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 #774321 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1196733-
CMYK00.440.720.53
HSL23.72º56.58%29.8%-
HSV(B)23.72º72.27%46.67%-
XYZ9.898.052.47-
YUV78.67102.23156.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=54.34%
G=30.59%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119673300.440.720.5323.7256.5829.8
Hex77432102C483518391e
Octal1671034105411065307136
Binary11101111000011100001010110010010001101011100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774321; }

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

 H1.HeaderClassName
 {
   color: #774321;
 }
 .AnyTagClassName
 {
   color: #774321;
 }
</style>
background-color css

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

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

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

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

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

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