#782E07

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

Shades of Peru Tan #782E07

Tints of Peru Tan #782E07

Color information

#782E07 (or 0x782E07) is unknown color: approx Peru Tan. HEX triplet: 78, 2E and 07. RGB value is (120,46,7). Sum of RGB (Red+Green+Blue) = 120+46+7=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #782E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782E07 is #87D1F8. Grayscale: #3F3F3F. Windows color (decimal): -8901113 or 470648. OLE color: 470648.

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

Color convert

RGB120467-
CMYK00.620.940.53
HSL20.71º88.98%24.9%-
HSV(B)20.71º94.17%47.06%-
XYZ8.765.960.89-
YUV63.6896.02168.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.36%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 7 (3.12% from 255) = 4.05%
R=69.36%
G=26.59%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12046700.620.940.5320.7188.9824.9
Hex782E703E5E35155919
Octal170567076136652513131
Binary11110001011101110111110101111011010110101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782E07; }

 p { color: rgb(120,46,7); }

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

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

 a { background-color: rgb(120,46,7); }

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

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

 span { border-color: rgb(120,46,7); }

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