Html Css Color HEX #78360F Peru Tan

📋 copy color: '#78360F'

red 120 ◦ green 54 ◦ blue 15

#78360F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #78360F

Tints of Peru Tan #78360F

RGB

 RED value IS 120 (47.27% from 255) = 63.49%

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 15 (6.25% from 255) = 7.94%

R = 63.49%
G = 28.57%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78360F (or 0x78360F) is known color: Peru Tan. HEX triplet: 78, 36 and 0F. RGB value is (120,54,15). Sum of RGB (Red+Green+Blue) = 120+54+15=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78360F is #87C9F0. Grayscale: #454545. Windows color (decimal): -8899057 or 996984. OLE color: 996984.

HSL color Cylindrical-coordinate representation of color #78360F: hue angle of 22.29º 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 #78360F is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 54 15 -
CMYK 0 0.55 0.87 0.53
HSL 22.29º 0.78% 0.26% -
HSV(B) 22.29º 0.88% 0.47% -
XYZ 9.15 6.67 1.26 -
YUV 69.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 120 54 15 0 0.55 0.87 0.53 22.29 0.78 0.26
Hex 78 36 F 0 37 57 35 16 4E 1A
Octal 170 66 17 0 67 127 65 26 116 32
Binary 1111000 110110 1111 0 110111 1010111 110101 10110 1001110 11010

Color Harmonies of #78360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78360F

Black with #78360F

Text Example


Text Example

White with #78360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78360F;
 }
 .AnyTagClassName
 {
   color: #78360F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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