Html Css Color HEX #78371F Peru Tan

📋 copy color: '#78371F'

red 120 ◦ green 55 ◦ blue 31

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

Shades of Peru Tan #78371F

Tints of Peru Tan #78371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 58.25%
G = 26.7%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#78371F (or 0x78371F) is known color: Peru Tan. HEX triplet: 78, 37 and 1F. RGB value is (120,55,31). Sum of RGB (Red+Green+Blue) = 120+55+31=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #78371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78371F is #87C8E0. Grayscale: #474747. Windows color (decimal): -8898785 or 2045816. OLE color: 2045816.

HSL color Cylindrical-coordinate representation of color #78371F: hue angle of 16.18º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78371F is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 31 -
CMYK 0 0.54 0.74 0.53
HSL 16.18º 0.59% 0.3% -
HSV(B) 16.18º 0.74% 0.47% -
XYZ 9.36 6.82 2.12 -
YUV 71.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 120 55 31 0 0.54 0.74 0.53 16.18 0.59 0.3
Hex 78 37 1F 0 36 4A 35 10 3B 1E
Octal 170 67 37 0 66 112 65 20 73 36
Binary 1111000 110111 11111 0 110110 1001010 110101 10000 111011 11110

Color Harmonies of #78371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78371F

Black with #78371F

Text Example


Text Example

White with #78371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,55,31); }

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

background-color css

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

 a { background-color: rgb(120,55,31); }

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

border-color css

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

 span { border-color: rgb(120,55,31); }

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