#774022

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

Shades of Peru Tan #774022

Tints of Peru Tan #774022

Color information

#774022 (or 0x774022) is unknown color: approx Peru Tan. HEX triplet: 77, 40 and 22. RGB value is (119,64,34). Sum of RGB (Red+Green+Blue) = 119+64+34=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #774022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774022 is #88BFDD. Grayscale: #4D4D4D. Windows color (decimal): -8962014 or 2244727. OLE color: 2244727.

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

Color convert

RGB1196434-
CMYK00.460.710.53
HSL21.18º55.56%30%-
HSV(B)21.18º71.43%46.67%-
XYZ9.737.72.49-
YUV77.03103.72157.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 34 (13.67% from 255) = 15.67%
R=54.84%
G=29.49%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119643400.460.710.5321.1855.5630
Hex77402202E473515381e
Octal1671004205610765257036
Binary11101111000000100010010111010001111101011010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774022; }

 p { color: rgb(119,64,34); }

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

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

 a { background-color: rgb(119,64,34); }

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

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

 span { border-color: rgb(119,64,34); }

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