#782D07

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

Shades of Peru Tan #782D07

Tints of Peru Tan #782D07

Color information

#782D07 (or 0x782D07) is unknown color: approx Peru Tan. HEX triplet: 78, 2D and 07. RGB value is (120,45,7). Sum of RGB (Red+Green+Blue) = 120+45+7=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #782D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D07 is #87D2F8. Grayscale: #3F3F3F. Windows color (decimal): -8901369 or 470392. OLE color: 470392.

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

Color convert

RGB120457-
CMYK00.630.940.53
HSL20.18º88.98%24.9%-
HSV(B)20.18º94.17%47.06%-
XYZ8.725.890.88-
YUV63.0996.35168.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.77%
GREEN value IS 45 (17.97% from 255) = 26.16%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=69.77%
G=26.16%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12045700.630.940.5320.1888.9824.9
Hex782D703F5E35145919
Octal170557077136652413131
Binary11110001011011110111111101111011010110100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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