#773007

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

Shades of Peru Tan #773007

Tints of Peru Tan #773007

Color information

#773007 (or 0x773007) is unknown color: approx Peru Tan. HEX triplet: 77, 30 and 07. RGB value is (119,48,7). Sum of RGB (Red+Green+Blue) = 119+48+7=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #773007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773007 is #88CFF8. Grayscale: #404040. Windows color (decimal): -8966137 or 471159. OLE color: 471159.

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

Color convert

RGB119487-
CMYK00.600.940.53
HSL21.96º88.89%24.71%-
HSV(B)21.96º94.12%46.67%-
XYZ8.76.050.91-
YUV64.5595.52166.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 7 (3.12% from 255) = 4.02%
R=68.39%
G=27.59%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11948700.600.940.5321.9688.8924.71
Hex7730703C5E35165919
Octal167607074136652613131
Binary11101111100001110111100101111011010110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773007; }

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

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

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

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

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

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

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

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