#773507

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

Shades of Peru Tan #773507

Tints of Peru Tan #773507

Color information

#773507 (or 0x773507) is unknown color: approx Peru Tan. HEX triplet: 77, 35 and 07. RGB value is (119,53,7). Sum of RGB (Red+Green+Blue) = 119+53+7=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #773507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773507 is #88CAF8. Grayscale: #434343. Windows color (decimal): -8964857 or 472439. OLE color: 472439.

HSL color Cylindrical-coordinate representation of color #773507: hue angle of 24.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #773507 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119537-
CMYK00.550.940.53
HSL24.64º88.89%24.71%-
HSV(B)24.64º94.12%46.67%-
XYZ8.926.480.98-
YUV67.4993.87164.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.48%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 7 (3.12% from 255) = 3.91%
R=66.48%
G=29.61%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11953700.550.940.5324.6488.8924.71
Hex773570375E35195919
Octal167657067136653113131
Binary11101111101011110110111101111011010111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773507; }

 p { color: rgb(119,53,7); }

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

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

 a { background-color: rgb(119,53,7); }

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

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

 span { border-color: rgb(119,53,7); }

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