Html Css Color HEX #78401D Peru Tan

📋 copy color: '#78401D'

red 120 ◦ green 64 ◦ blue 29

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

Shades of Peru Tan #78401D

Tints of Peru Tan #78401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 56.34%
G = 30.05%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78401D (or 0x78401D) is known color: Peru Tan. HEX triplet: 78, 40 and 1D. RGB value is (120,64,29). Sum of RGB (Red+Green+Blue) = 120+64+29=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78401D is #87BFE2. Grayscale: #4C4C4C. Windows color (decimal): -8896483 or 1917048. OLE color: 1917048.

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

Color convert

RGB 120 64 29 -
CMYK 0 0.47 0.76 0.53
HSL 23.08º 0.61% 0.29% -
HSV(B) 23.08º 0.76% 0.47% -
XYZ 9.8 7.75 2.14 -
YUV 76.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 120 64 29 0 0.47 0.76 0.53 23.08 0.61 0.29
Hex 78 40 1D 0 2F 4C 35 17 3D 1D
Octal 170 100 35 0 57 114 65 27 75 35
Binary 1111000 1000000 11101 0 101111 1001100 110101 10111 111101 11101

Color Harmonies of #78401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78401D

Black with #78401D

Text Example


Text Example

White with #78401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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