Html Css Color HEX #78401C Peru Tan

📋 copy color: '#78401C'

red 120 ◦ green 64 ◦ blue 28

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

Shades of Peru Tan #78401C

Tints of Peru Tan #78401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 56.6%
G = 30.19%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78401C (or 0x78401C) is known color: Peru Tan. HEX triplet: 78, 40 and 1C. RGB value is (120,64,28). Sum of RGB (Red+Green+Blue) = 120+64+28=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #78401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78401C is #87BFE3. Grayscale: #4C4C4C. Windows color (decimal): -8896484 or 1851512. OLE color: 1851512.

HSL color Cylindrical-coordinate representation of color #78401C: hue angle of 23.48º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78401C is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 64 28 -
CMYK 0 0.47 0.77 0.53
HSL 23.48º 0.62% 0.29% -
HSV(B) 23.48º 0.77% 0.47% -
XYZ 9.79 7.74 2.08 -
YUV 76.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 120 64 28 0 0.47 0.77 0.53 23.48 0.62 0.29
Hex 78 40 1C 0 2F 4D 35 17 3E 1D
Octal 170 100 34 0 57 115 65 27 76 35
Binary 1111000 1000000 11100 0 101111 1001101 110101 10111 111110 11101

Color Harmonies of #78401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78401C

Black with #78401C

Text Example


Text Example

White with #78401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78401C; }

 p { color: rgb(120,64,28); }

 H1.HeaderClassName
 {
   color: #78401C;
 }
 .AnyTagClassName
 {
   color: #78401C;
 }
</style>

background-color css

<style>
 a { background-color: #78401C; }

 a { background-color: rgb(120,64,28); }

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

border-color css

<style>
 span { border-color: #78401C; }

 span { border-color: rgb(120,64,28); }

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