Html Css Color HEX #78360E Peru Tan

📋 copy color: '#78360E'

red 120 ◦ green 54 ◦ blue 14

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

Shades of Peru Tan #78360E

Tints of Peru Tan #78360E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 63.83%
G = 28.72%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#78360E (or 0x78360E) is known color: Peru Tan. HEX triplet: 78, 36 and 0E. RGB value is (120,54,14). Sum of RGB (Red+Green+Blue) = 120+54+14=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #78360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78360E is #87C9F1. Grayscale: #454545. Windows color (decimal): -8899058 or 931448. OLE color: 931448.

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

Color convert

RGB 120 54 14 -
CMYK 0 0.55 0.88 0.53
HSL 22.64º 0.79% 0.26% -
HSV(B) 22.64º 0.88% 0.47% -
XYZ 9.14 6.66 1.22 -
YUV 69.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 120 54 14 0 0.55 0.88 0.53 22.64 0.79 0.26
Hex 78 36 E 0 37 58 35 17 4F 1A
Octal 170 66 16 0 67 130 65 27 117 32
Binary 1111000 110110 1110 0 110111 1011000 110101 10111 1001111 11010

Color Harmonies of #78360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78360E

Black with #78360E

Text Example


Text Example

White with #78360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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