#773307

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

Shades of Peru Tan #773307

Tints of Peru Tan #773307

Color information

#773307 (or 0x773307) is unknown color: approx Peru Tan. HEX triplet: 77, 33 and 07. RGB value is (119,51,7). Sum of RGB (Red+Green+Blue) = 119+51+7=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #773307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773307 is #88CCF8. Grayscale: #424242. Windows color (decimal): -8965369 or 471927. OLE color: 471927.

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

Color convert

RGB119517-
CMYK00.570.940.53
HSL23.57º88.89%24.71%-
HSV(B)23.57º94.12%46.67%-
XYZ8.836.30.95-
YUV66.3294.53165.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=67.23%
G=28.81%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11951700.570.940.5323.5788.8924.71
Hex773370395E35185919
Octal167637071136653013131
Binary11101111100111110111001101111011010111000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773307; }

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

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

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

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

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

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

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

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