Html Css Color HEX #784122 Peru Tan

📋 copy color: '#784122'

red 120 ◦ green 65 ◦ blue 34

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

Shades of Peru Tan #784122

Tints of Peru Tan #784122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.53%

R = 54.79%
G = 29.68%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#784122 (or 0x784122) is known color: Peru Tan. HEX triplet: 78, 41 and 22. RGB value is (120,65,34). Sum of RGB (Red+Green+Blue) = 120+65+34=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #784122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784122 is #87BEDD. Grayscale: #4E4E4E. Windows color (decimal): -8896222 or 2244984. OLE color: 2244984.

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

Color convert

RGB 120 65 34 -
CMYK 0 0.46 0.72 0.53
HSL 21.63º 0.56% 0.3% -
HSV(B) 21.63º 0.72% 0.47% -
XYZ 9.92 7.89 2.51 -
YUV 77.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 120 65 34 0 0.46 0.72 0.53 21.63 0.56 0.3
Hex 78 41 22 0 2E 48 35 16 38 1E
Octal 170 101 42 0 56 110 65 26 70 36
Binary 1111000 1000001 100010 0 101110 1001000 110101 10110 111000 11110

Color Harmonies of #784122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784122

Black with #784122

Text Example


Text Example

White with #784122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784122; }

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

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

background-color css

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

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

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

border-color css

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

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

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