Html Css Color HEX #78421E Peru Tan

📋 copy color: '#78421E'

red 120 ◦ green 66 ◦ blue 30

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

Shades of Peru Tan #78421E

Tints of Peru Tan #78421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.89%

R = 55.56%
G = 30.56%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#78421E (or 0x78421E) is known color: Peru Tan. HEX triplet: 78, 42 and 1E. RGB value is (120,66,30). Sum of RGB (Red+Green+Blue) = 120+66+30=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78421E is #87BDE1. Grayscale: #4E4E4E. Windows color (decimal): -8895970 or 1983096. OLE color: 1983096.

HSL color Cylindrical-coordinate representation of color #78421E: hue angle of 24º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78421E is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 30 -
CMYK 0 0.45 0.75 0.53
HSL 24º 0.6% 0.29% -
HSV(B) 24º 0.75% 0.47% -
XYZ 9.93 7.98 2.25 -
YUV 78.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 120 66 30 0 0.45 0.75 0.53 24 0.6 0.29
Hex 78 42 1E 0 2D 4B 35 18 3C 1D
Octal 170 102 36 0 55 113 65 30 74 35
Binary 1111000 1000010 11110 0 101101 1001011 110101 11000 111100 11101

Color Harmonies of #78421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78421E

Black with #78421E

Text Example


Text Example

White with #78421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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