Html Css Color HEX #78401B Peru Tan

📋 copy color: '#78401B'

red 120 ◦ green 64 ◦ blue 27

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

Shades of Peru Tan #78401B

Tints of Peru Tan #78401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.8%

R = 56.87%
G = 30.33%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78401B (or 0x78401B) is known color: Peru Tan. HEX triplet: 78, 40 and 1B. RGB value is (120,64,27). Sum of RGB (Red+Green+Blue) = 120+64+27=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #78401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78401B is #87BFE4. Grayscale: #4C4C4C. Windows color (decimal): -8896485 or 1785976. OLE color: 1785976.

HSL color Cylindrical-coordinate representation of color #78401B: hue angle of 23.87º degrees, saturation: 0.63, 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 #78401B is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 64 27 -
CMYK 0 0.47 0.78 0.53
HSL 23.87º 0.63% 0.29% -
HSV(B) 23.87º 0.78% 0.47% -
XYZ 9.78 7.74 2.02 -
YUV 76.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 120 64 27 0 0.47 0.78 0.53 23.87 0.63 0.29
Hex 78 40 1B 0 2F 4E 35 18 3F 1D
Octal 170 100 33 0 57 116 65 30 77 35
Binary 1111000 1000000 11011 0 101111 1001110 110101 11000 111111 11101

Color Harmonies of #78401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78401B

Black with #78401B

Text Example


Text Example

White with #78401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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