#782F07

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

Shades of Peru Tan #782F07

Tints of Peru Tan #782F07

Color information

#782F07 (or 0x782F07) is unknown color: approx Peru Tan. HEX triplet: 78, 2F and 07. RGB value is (120,47,7). Sum of RGB (Red+Green+Blue) = 120+47+7=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #782F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782F07 is #87D0F8. Grayscale: #404040. Windows color (decimal): -8900857 or 470904. OLE color: 470904.

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

Color convert

RGB120477-
CMYK00.610.940.53
HSL21.24º88.98%24.9%-
HSV(B)21.24º94.17%47.06%-
XYZ8.86.040.9-
YUV64.2795.68167.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 7 (3.12% from 255) = 4.02%
R=68.97%
G=27.01%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12047700.610.940.5321.2488.9824.9
Hex782F703D5E35155919
Octal170577075136652513131
Binary11110001011111110111101101111011010110101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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