#78370F

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

Shades of Peru Tan #78370F

Tints of Peru Tan #78370F

Color information

#78370F (or 0x78370F) is unknown color: approx Peru Tan. HEX triplet: 78, 37 and 0F. RGB value is (120,55,15). Sum of RGB (Red+Green+Blue) = 120+55+15=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78370F is #87C8F0. Grayscale: #464646. Windows color (decimal): -8898801 or 997240. OLE color: 997240.

HSL color Cylindrical-coordinate representation of color #78370F: hue angle of 22.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78370F is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1205515-
CMYK00.540.870.53
HSL22.86º77.78%26.47%-
HSV(B)22.86º87.5%47.06%-
XYZ9.26.761.27-
YUV69.8797.03163.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=63.16%
G=28.95%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120551500.540.870.5322.8677.7826.47
Hex7837F0365735174e1a
Octal1706717066127652711632
Binary111100011011111110110110101011111010110111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78370F; }

 p { color: rgb(120,55,15); }

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

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

 a { background-color: rgb(120,55,15); }

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

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

 span { border-color: rgb(120,55,15); }

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