Html Css Color HEX #78360C Peru Tan

📋 copy color: '#78360C'

red 120 ◦ green 54 ◦ blue 12

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

Shades of Peru Tan #78360C

Tints of Peru Tan #78360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.03%

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

R = 64.52%
G = 29.03%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78360C (or 0x78360C) is known color: Peru Tan. HEX triplet: 78, 36 and 0C. RGB value is (120,54,12). Sum of RGB (Red+Green+Blue) = 120+54+12=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #78360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78360C is #87C9F3. Grayscale: #454545. Windows color (decimal): -8899060 or 800376. OLE color: 800376.

HSL color Cylindrical-coordinate representation of color #78360C: hue angle of 23.33º 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 #78360C is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 54 12 -
CMYK 0 0.55 0.90 0.53
HSL 23.33º 0.82% 0.26% -
HSV(B) 23.33º 0.9% 0.47% -
XYZ 9.13 6.66 1.15 -
YUV 68.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 120 54 12 0 0.55 0.90 0.53 23.33 0.82 0.26
Hex 78 36 C 0 37 5A 35 17 52 1A
Octal 170 66 14 0 67 132 65 27 122 32
Binary 1111000 110110 1100 0 110111 1011010 110101 10111 1010010 11010

Color Harmonies of #78360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78360C

Black with #78360C

Text Example


Text Example

White with #78360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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