Html Css Color HEX #78321A Peru Tan

📋 copy color: '#78321A'

red 120 ◦ green 50 ◦ blue 26

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

Shades of Peru Tan #78321A

Tints of Peru Tan #78321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

 BLUE value IS 26 (10.55% from 255) = 13.27%

R = 61.22%
G = 25.51%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78321A (or 0x78321A) is known color: Peru Tan. HEX triplet: 78, 32 and 1A. RGB value is (120,50,26). Sum of RGB (Red+Green+Blue) = 120+50+26=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #78321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78321A is #87CDE5. Grayscale: #444444. Windows color (decimal): -8900070 or 1716856. OLE color: 1716856.

HSL color Cylindrical-coordinate representation of color #78321A: hue angle of 15.32º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78321A is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 26 -
CMYK 0 0.58 0.78 0.53
HSL 15.32º 0.64% 0.29% -
HSV(B) 15.32º 0.78% 0.47% -
XYZ 9.07 6.35 1.72 -
YUV 68.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 120 50 26 0 0.58 0.78 0.53 15.32 0.64 0.29
Hex 78 32 1A 0 3A 4E 35 F 40 1D
Octal 170 62 32 0 72 116 65 17 100 35
Binary 1111000 110010 11010 0 111010 1001110 110101 1111 1000000 11101

Color Harmonies of #78321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78321A

Black with #78321A

Text Example


Text Example

White with #78321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78321A; }

 p { color: rgb(120,50,26); }

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

background-color css

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

 a { background-color: rgb(120,50,26); }

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

border-color css

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

 span { border-color: rgb(120,50,26); }

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