Html Css Color HEX #783720 Peru Tan

📋 copy color: '#783720'

red 120 ◦ green 55 ◦ blue 32

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

Shades of Peru Tan #783720

Tints of Peru Tan #783720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.46%

R = 57.97%
G = 26.57%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#783720 (or 0x783720) is known color: Peru Tan. HEX triplet: 78, 37 and 20. RGB value is (120,55,32). Sum of RGB (Red+Green+Blue) = 120+55+32=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #783720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783720 is #87C8DF. Grayscale: #474747. Windows color (decimal): -8898784 or 2111352. OLE color: 2111352.

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

Color convert

RGB 120 55 32 -
CMYK 0 0.54 0.73 0.53
HSL 15.68º 0.58% 0.3% -
HSV(B) 15.68º 0.73% 0.47% -
XYZ 9.37 6.83 2.19 -
YUV 71.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 120 55 32 0 0.54 0.73 0.53 15.68 0.58 0.3
Hex 78 37 20 0 36 49 35 10 3A 1E
Octal 170 67 40 0 66 111 65 20 72 36
Binary 1111000 110111 100000 0 110110 1001001 110101 10000 111010 11110

Color Harmonies of #783720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783720

Black with #783720

Text Example


Text Example

White with #783720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783720; }

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

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

background-color css

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

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

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

border-color css

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

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

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