Html Css Color HEX #784222 Peru Tan

📋 copy color: '#784222'

red 120 ◦ green 66 ◦ blue 34

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

Shades of Peru Tan #784222

Tints of Peru Tan #784222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

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

R = 54.55%
G = 30%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#784222 (or 0x784222) is known color: Peru Tan. HEX triplet: 78, 42 and 22. RGB value is (120,66,34). Sum of RGB (Red+Green+Blue) = 120+66+34=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #784222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784222 is #87BDDD. Grayscale: #4E4E4E. Windows color (decimal): -8895966 or 2245240. OLE color: 2245240.

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

Color convert

RGB 120 66 34 -
CMYK 0 0.45 0.72 0.53
HSL 22.33º 0.56% 0.3% -
HSV(B) 22.33º 0.72% 0.47% -
XYZ 9.98 8 2.53 -
YUV 78.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 120 66 34 0 0.45 0.72 0.53 22.33 0.56 0.3
Hex 78 42 22 0 2D 48 35 16 38 1E
Octal 170 102 42 0 55 110 65 26 70 36
Binary 1111000 1000010 100010 0 101101 1001000 110101 10110 111000 11110

Color Harmonies of #784222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784222

Black with #784222

Text Example


Text Example

White with #784222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784222; }

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

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

background-color css

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

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

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

border-color css

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

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

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