Html Css Color HEX #78290C Peru Tan

📋 copy color: '#78290C'

red 120 ◦ green 41 ◦ blue 12

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

Shades of Peru Tan #78290C

Tints of Peru Tan #78290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 12 (5.08% from 255) = 6.94%

R = 69.36%
G = 23.7%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78290C (or 0x78290C) is known color: Peru Tan. HEX triplet: 78, 29 and 0C. RGB value is (120,41,12). Sum of RGB (Red+Green+Blue) = 120+41+12=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #78290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78290C is #87D6F3. Grayscale: #3D3D3D. Windows color (decimal): -8902388 or 797048. OLE color: 797048.

HSL color Cylindrical-coordinate representation of color #78290C: hue angle of 16.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78290C is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 12 -
CMYK 0 0.66 0.90 0.53
HSL 16.11º 0.82% 0.26% -
HSV(B) 16.11º 0.9% 0.47% -
XYZ 8.61 5.61 0.98 -
YUV 61.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 120 41 12 0 0.66 0.90 0.53 16.11 0.82 0.26
Hex 78 29 C 0 42 5A 35 10 52 1A
Octal 170 51 14 0 102 132 65 20 122 32
Binary 1111000 101001 1100 0 1000010 1011010 110101 10000 1010010 11010

Color Harmonies of #78290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78290C

Black with #78290C

Text Example


Text Example

White with #78290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78290C; }

 p { color: rgb(120,41,12); }

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

background-color css

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

 a { background-color: rgb(120,41,12); }

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

border-color css

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

 span { border-color: rgb(120,41,12); }

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