Html Css Color HEX #784120 Peru Tan

📋 copy color: '#784120'

red 120 ◦ green 65 ◦ blue 32

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

Shades of Peru Tan #784120

Tints of Peru Tan #784120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

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

R = 55.3%
G = 29.95%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#784120 (or 0x784120) is known color: Peru Tan. HEX triplet: 78, 41 and 20. RGB value is (120,65,32). Sum of RGB (Red+Green+Blue) = 120+65+32=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #784120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784120 is #87BEDF. Grayscale: #4D4D4D. Windows color (decimal): -8896224 or 2113912. OLE color: 2113912.

HSL color Cylindrical-coordinate representation of color #784120: hue angle of 22.5º 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 #784120 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 65 32 -
CMYK 0 0.46 0.73 0.53
HSL 22.5º 0.58% 0.3% -
HSV(B) 22.5º 0.73% 0.47% -
XYZ 9.9 7.88 2.37 -
YUV 77.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 120 65 32 0 0.46 0.73 0.53 22.5 0.58 0.3
Hex 78 41 20 0 2E 49 35 16 3A 1E
Octal 170 101 40 0 56 111 65 26 72 36
Binary 1111000 1000001 100000 0 101110 1001001 110101 10110 111010 11110

Color Harmonies of #784120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784120

Black with #784120

Text Example


Text Example

White with #784120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784120; }

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

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

background-color css

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

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

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

border-color css

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

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

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